Display icmp echo/echo reply sequence numbers in decimal in addition to hex,
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Dec 2006 05:44:32 +0000 (05:44 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 17 Dec 2006 05:44:32 +0000 (05:44 +0000)
so that it is easier to match it with the output of a ping program.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20142 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ip.c

index 240c9298b4c2efa85478e539fd5ea3df704b5056..9b07720b140cc5353908d615e08a8a3daec63b6b 100644 (file)
@@ -2216,7 +2216,7 @@ proto_register_icmp(void)
        "", HFILL }},
 
     { &hf_icmp_seq_num,
-      {"Sequence number", "icmp.seq",           FT_UINT16, BASE_HEX,    NULL, 0x0,
+      {"Sequence number", "icmp.seq",           FT_UINT16, BASE_DEC_HEX,    NULL, 0x0,
        "", HFILL }},
 
     { &hf_icmp_mtu,