summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-icmp.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-04From Alexis La Goutte:Jaap Keuter1-11/+2
2010-09-16Add "(BE)" to the big endian representations of the ICMP identifier andStephen Fisher1-2/+2
2010-09-14Clean up the icmp info column per discussion in bug #4014.Stephen Fisher1-6/+16
2010-08-16Clarify that the "Sequence number" is given in big endian representation and ...Stephen Fisher1-4/+2
2010-06-02From Chris Maynard via bug 4014:Gerald Combs1-1/+10
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24Use val_to_str_const() since we intend on passing the string to col_set_str (...Kovarththanan Rajaratnam1-1/+1
2009-09-08Cleanup code for type and code, do not show empty "()" when code is unused.Stig Bjørlykke1-21/+20
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-07-10Cleanup handling of ICMP type and code:Stig Bjørlykke1-230/+239
2009-07-09Split packet-ip into packet-ip and packet-icmp.Stig Bjørlykke1-0/+1100