The espudp1 test expect the following output regadring the 7th UDP packet :
IP 192.1.2.23.4500 > 192.1.2.45.4500: UDP-encap: ESP(spi=0x12345678,seq=0x7), length 116: ip-proto-72 34
But the Ip protocol 72d is a known protocol :
[root@pompomgalli] # grep '[[:space:]]72[[:space:]]' /etc/protocols
CPNX 72 Computer Protocol Network Executive [David Mittnacht]
Therefore, this patch intend to correct the expectations of the espudp1 tests.
The protocol Id is capitalized, as it seems it has to be (http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt)
Lowering priority,it just concern the testsuite
Patch with lowercase protocol reference
After some checks, the inetutils package expects protocol's references to be lowercase, therefore i have corrected the patch in this way.
Checked in. The entry for CPNX is in /etc/services on my Mac OS X 10.6.8 machine, at least - that's probably not specific to Mac OS X, so hopefully that won't cause problems on other UN*Xes.
Administrators of the "tcpdump" SourceForge project have superseded this tracker item (formerly artifact 3300706, now patch 114) with issue 273 of the "tcpdump" GitHub project.