Fix a number of proto_tree_add_item() encoding args.
[obnox/wireshark/wip.git] / epan / dissectors / packet-ipv6.c
2011-11-09 wmeierFix a number of proto_tree_add_item() encoding args.
2011-11-01 morrissRemove comma at the end of several enumerator lists.
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-18 wmeierDo some more conversions of proto_tree_add_item() ...
2011-10-16 wmeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-11 geraldEnable GeoIP lookups by default. Don't add GeoIP subtre...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 geraldAssume all strings coming from GeoIP are ISO-8859-1...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-05 geraldFix GeoIP-sans-IPv6 compilation.
2011-10-05 geraldAdd GeoIP IPv6 database support. Tested with GeoIP...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-08 wmeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-06-19 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-06-09 alagoutteFrom Colin O'Flynn via https://bugs.wireshark.org/bugzi...
2011-05-12 stigPrefix "fragments" with IPv6, as is done with IPv4.
2011-01-30 stigIntroduce "Fragment count" filter element for all proto...
2011-01-16 morrissReplace some tvb_get_ptr()s with tvb_get_ephemeral_stri...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-09-23 jakeFix for bug 5252:
2010-09-21 morrissAs suggested by Kovarththanan Rajaratnam in https:...
2010-08-28 geraldDisplay 6to4 gateway IPv4 addresses and SLA IDs.
2010-08-28 geraldDe-obfuscate the Teredo client address and add a de...
2010-08-27 geraldDisplay Teredo encapsulated IPv4 server and client...
2010-08-24 geraldDisplay ISATAP encapsulated IPv4 addresses.
2010-08-21 geraldAdd a "summary in tree" option similar to v4.
2010-08-21 geraldIf we have something that looks like a stateless autoco...
2010-07-18 stigUse correct length for the IPv6 item.
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2010-02-03 stigChanged "reassembled_length" -> "reassembled.length".
2010-02-02 stigIntroduce "Reassembled length" filter element for all...
2009-12-10 jakeFrom Clif Bratcher:
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-11-13 jakeFrom Ivan Sy:
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-08-08 jakeFrom Ivan Sy:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 jakeUpdate IP protocol numbers according to current IANA...
2009-05-08 wmeierFT_BOOLEAN fields with bitmask: Display is 'parent...
2008-12-18 wmeierFix various typos and spelling errors (mostly in text...
2008-11-07 guyClean up indentation (just use two spaces in the big...
2008-11-07 sakeOops, barked at the wrong tree ;-)
2008-11-07 sakeSkip to next extension header when there is an unknown...
2008-10-31 stigFix some "format not a string literal and no format...
2008-07-31 etxrabFrom Erik Bray:
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2008-05-15 wmeierFix some of the Errors/warnings detected by checkapi.
2007-11-23 geraldFix bug 2007 (a loop in IPv6).
2007-11-18 ulflfix bug 1459: make the filter string "ip.version =...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-07-17 jakeFix for bug 1616:
2007-05-08 jakeFix for bug 1103:
2007-04-14 standelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2007-04-12 standelFrom Matthijs Mekking :
2007-04-03 standelminor changes in constants names
2007-03-30 standel- use of proto_tree_add_item whenever possible
2006-08-03 jakeFix bug 1027: pinfo.iplen should contain option length...
2006-06-25 jakeFix Ethereal bug 1004. Make UDP dissector work on top...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-09 jakeAdd UDP-Lite packets to the UDP statistics
2005-09-28 ulflfix #480: Change defaults for all reassembling settings...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-12 guyDon't collide with the "regular" IPv6 defintions in...
2005-08-08 ulflvarious code cleanup:
2005-07-26 jmayerchar -> const char warning fixes
2005-07-09 guySquelch various signed vs. unsigned warnings by:
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-20 guyFrom Hannes Gredler: support for Juniper's DLT_JUNIPER_...
2004-09-29 guyMove various tables into the epan directory.
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.