aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-3/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+1
2011-06-09From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5980Alexis La Goutte1-3/+121
2011-05-12Prefix "fragments" with IPv6, as is done with IPv4.Stig Bjørlykke1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+7
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-15/+15
2010-09-23Fix for bug 5252:Jaap Keuter1-2/+5
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-4/+4
2010-08-28Display 6to4 gateway IPv4 addresses and SLA IDs.Gerald Combs1-86/+152
2010-08-28De-obfuscate the Teredo client address and add a de-obfuscated port.Gerald Combs1-8/+43
2010-08-27Display Teredo encapsulated IPv4 server and client addresses.Gerald Combs1-1/+61
2010-08-24Display ISATAP encapsulated IPv4 addresses.Gerald Combs1-2/+33
2010-08-21Add a "summary in tree" option similar to v4.Gerald Combs1-4/+20
2010-08-21If we have something that looks like a stateless autoconfigurationGerald Combs1-0/+42
2010-07-18Use correct length for the IPv6 item.Stig Bjørlykke1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+7
2009-12-10From Clif Bratcher:Jaap Keuter1-0/+6
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-13From Ivan Sy:Jaap Keuter1-3/+87
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-08From Ivan Sy:Jaap Keuter1-0/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-39/+38
2009-05-19Update IP protocol numbers according to current IANA registery.Jaap Keuter1-0/+2
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-14/+4
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