summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Use const with value_string array definitionsBill Meier1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-7/+8
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-11-28Didier Gautheron:Anders Broman1-11/+12
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-21/+24
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors Ronnie Sahlberg1-7/+6
2007-09-24From Jonathan:Jaap Keuter1-0/+14
2007-09-02Fix indentation.Guy Harris1-29/+29
2007-08-29Don't show fragment offset as a bit field, but note number of bits used in lo...Martin Mathieson1-2/+2
2007-08-28From Todd Martin: "Flag IP TTL more intelligently".Bill Meier1-6/+22
2007-08-22Show which bits 'fragment offset' comes from (I had to look it up :( )Martin Mathieson1-1/+1
2007-08-16add an expert info, if ip.ttl < 5Ulf Lamping1-2/+11
2007-07-30As requested by Mike Rogovin: register the ICMP dissector by name. For compl...Jeff Morriss1-29/+31
2007-06-04From Michael Scharf: Add support for TCP Quickstart.Michael Tüxen1-0/+57
2007-05-26From Ville Nuorvala :Sebastien Tandel1-27/+35
2007-05-22revert changes of r21879 which fix gcc bugs. These changes was from mipv4Sebastien Tandel1-35/+27
2007-05-22fix gcc 4.2 warnings (qualifier type)Sebastien Tandel1-27/+35
2007-05-09Fix for bug 1497.Jaap Keuter1-5/+5
2007-03-04The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).Jörg Mayer1-1/+14
2007-01-19From Paul Moore:Jaap Keuter1-0/+265
2007-01-14taking a look at it the name_str var is unnecessaryLuis Ontanon1-3/+1
2007-01-14As pointed out by Sebastien Tandel a buffer is allocated unconditionally when...Luis Ontanon1-4/+2
2006-12-17Display icmp echo/echo reply sequence numbers in decimal in addition to hex,Stephen Fisher1-1/+1
2006-12-11From Thomas Sillaber:Stephen Fisher1-1/+5
2006-06-19Fix Ethereal bug 994 in Wireshark:Anders Broman1-5/+7
2006-06-09from Stephen FisherRonnie Sahlberg1-6/+7
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-16If version is v6 let the IPv6 dissetor handle it.Anders Broman1-0/+7
2006-01-09Add UDP-Lite packets to the UDP statisticsJaap Keuter1-0/+1
2006-01-03Jon Oberheide:Jörg Mayer1-1/+1
2005-12-15from Jaap KRonnie Sahlberg1-1/+2
2005-10-13get rid of some strcpy()Ronnie Sahlberg1-4/+4
2005-10-03from Yaniv Kaul: add a Preference setting for IP checksum validationUlf Lamping1-35/+44
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-21Use BASE_DEC_HEX for the identifier field; that means we don't have toGuy Harris1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-8/+8
2005-09-15remove a whole bunch of strcpy() fix minor bug where whe checked the wron...Ronnie Sahlberg1-19/+21
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-4/+2
2005-08-27some sprintf removalsRonnie Sahlberg1-7/+13
2005-08-21as discussed some time ago: don't add bad checksum fields conditionally but u...Ulf Lamping1-10/+30
2005-08-17snprintf -> g_snprintfUlf Lamping1-5/+1
2005-07-27Squelch another const warning.Guy Harris1-1/+1
2005-07-23ICMP MPLS updates and a new preference option fromRonnie Sahlberg1-7/+32
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-6/+7
2005-07-03Note that the MPLS extension dissector will misdissect ICMP packets thatGuy Harris1-0/+4
2005-06-29If only part of an entry in an object fits in the object, don't reportGuy Harris1-3/+3