aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2009-12-10From Clif Bratcher:jake1-0/+6
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-11-13From Ivan Sy:jake1-3/+87
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-08From Ivan Sy:jake1-0/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-39/+38
2009-05-19Update IP protocol numbers according to current IANA registery.jake1-0/+2
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-14/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-11-07Clean up indentation (just use two spaces in the big case statement forguy1-88/+94
2008-11-07Oops, barked at the wrong tree ;-)sake1-1/+1
2008-11-07Skip to next extension header when there is an unknown header extensionsake1-0/+46
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2008-07-31From Erik Bray:etxrab1-50/+42
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-2/+3
2008-05-15Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+2
2007-11-23Fix bug 2007 (a loop in IPv6).gerald1-107/+116
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ...ulfl1-2/+15
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-07-17Fix for bug 1616:jake1-0/+3
2007-05-08Fix for bug 1103:jake1-11/+13
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-04-12From Matthijs Mekking : standel1-12/+836
2007-04-03minor changes in constants namesstandel1-8/+8
2007-03-30- use of proto_tree_add_item whenever possiblestandel1-146/+237
2006-08-03Fix bug 1027: pinfo.iplen should contain option length as welljake1-1/+1
2006-06-25Fix Ethereal bug 1004. Make UDP dissector work on top of IPv6 by filling in p...jake1-3/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-09Add UDP-Lite packets to the UDP statisticsjake1-0/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-6/+6
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-2/+2
2005-08-08various code cleanup:ulfl1-1/+1
2005-07-26char -> const char warning fixesjmayer1-3/+3
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy1-0/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+960