aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-3/+2
2011-01-06Don't use g_warning() - either you have a dissector bug, and should useGuy Harris1-3/+14
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
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