summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-icmp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2012-02-01Fix some typos.Chris Maynard1-4/+4
2012-01-04Fix several warnings turned error of type:Jörg Mayer1-6/+0
2011-12-29Fixed a typo: btyes -> bytesStig Bjørlykke1-2/+2
2011-12-28Add missing break; Fixes Coverity CID 1343.Chris Maynard1-15/+17
2011-12-27Initialise variables.Anders Broman1-2/+2
2011-12-27From Gaurav Tungatkar:Anders Broman1-178/+499
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-6/+6
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...Chris Maynard1-0/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-07-23Avoid potential midday problems by narrowing the midnight rollover test.Chris Maynard1-2/+2
2011-07-20Apply some endian heuristics when dissecting ICMP originate, receive and tran...Chris Maynard1-7/+67
2011-07-15* If first 8 bytes in icmp data do not look like a timestamp in BE, try LE re...Sake Blok1-4/+9
2011-07-15Fix "comparison between signed and unsigned" warning.Chris Maynard1-1/+1
2011-07-15Be sure there's enough bytes in the ICMP payload before trying to access it inChris Maynard1-0/+13
2011-07-14Make windows buildbot happy (hopefully!)Sake Blok1-1/+1
2011-07-14If the first 8 bytes of the icmp echo/echo-reply data look like a timestamp, ...Sake Blok1-21/+50
2011-04-05Add ICMP tap support, and add a tshark tap to measure such things as:Chris Maynard1-21/+29
2011-03-24Only display the 3 digits of precision after the decimal that we haveStephen Fisher1-1/+1
2011-03-24Display the value of the ICMP echo request/reply response time in milliseconds.Chris Maynard1-3/+6
2011-03-23Add ICMP echo request/reply conversation tracking. Closes bug 5770.Chris Maynard1-7/+166
2011-03-14Don't verify the checksum of an ICMP packet when it the payload of anStephen Fisher1-3/+4
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