aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-11-07Clean up indentation (just use two spaces in the big case statement forGuy Harris1-88/+94
2008-11-07Oops, barked at the wrong tree ;-)Sake Blok1-1/+1
2008-11-07Skip to next extension header when there is an unknown header extensionSake Blok1-0/+46
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-07-31From Erik Bray:Anders Broman1-50/+42
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-2/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+2
2007-11-23Fix bug 2007 (a loop in IPv6).Gerald Combs1-107/+116
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ...Ulf Lamping1-2/+15
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-07-17Fix for bug 1616:Jaap Keuter1-0/+3
2007-05-08Fix for bug 1103:Jaap Keuter1-11/+13
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-04-12From Matthijs Mekking : Sebastien Tandel1-12/+836
2007-04-03minor changes in constants namesSebastien Tandel1-8/+8
2007-03-30- use of proto_tree_add_item whenever possibleSebastien Tandel1-146/+237
2006-08-03Fix bug 1027: pinfo.iplen should contain option length as wellJaap Keuter1-1/+1
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in p...Jaap Keuter1-3/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-09Add UDP-Lite packets to the UDP statisticsJaap Keuter1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-6/+6
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-07-26char -> const char warning fixesJörg Mayer1-3/+3
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris1-0/+1
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+960