aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Correct the IPv6 fragment offset shown in COL_INFO.Jeff Morriss1-11/+23
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-4/+4
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs1-1/+1
2012-06-12Revert r41952Jörg Mayer1-1/+18
2012-06-12Manually revert r41953Jörg Mayer1-3/+7
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier1-6/+4
2012-05-31From Sheetal Kshirsagar and Andrew Williams:Anders Broman1-5/+98
2012-05-30Fix bug #5077 in IPv6.Jakub Zawadzki1-15/+26
2012-05-30Cleanup geoip support in ipv6.Jakub Zawadzki1-90/+37
2012-05-15Fix a few scan-build warnings along with some whitespace.Gerald Combs1-71/+67
2012-05-08Enhance Unknown IPv6 Extension HeaderAlexis La Goutte1-10/+7
2012-04-05Use common code to have the same hf field for DSCP in IPv4 and IPv6.Anders Broman1-7/+2
2012-04-05Use common code to add ip version to the tree.Anders Broman1-18/+1
2012-04-05Use common value string for DSCP.Anders Broman1-23/+1
2012-03-27Add IPv6 Option : RPL Option RFC-ietf-6man-rpl-option-06Alexis La Goutte1-1/+60
2012-03-27Add IPv6 Option :Alexis La Goutte1-5/+81
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6...Alexis La Goutte1-1/+83
2012-03-18Fix typo (wrong proto_item is used... when there is PAD1 Option)Alexis La Goutte1-1/+1
2012-03-16Remove dissect_ipv6_options function (unused from Revision 16302...)Alexis La Goutte1-97/+0
2012-03-12Enhance and update IPv6 Option of Extension HeaderAlexis La Goutte1-107/+133
2012-02-01Fix some typos.Chris Maynard1-3/+3
2011-12-21Fix indent and add modelines informationAlexis La Goutte1-980/+1014
2011-12-05Explicitly display "Source or Destination Address/Host" like IPv4.Chris Maynard1-4/+4
2011-12-03Call tap_queue_packet() after pinfo data is updated. Also, like IPv4, displa...Chris Maynard1-10/+10
2011-12-03Some code needs to execute (potentially) whether the tree is NULL or not. Al...Chris Maynard1-3/+6
2011-12-03If a type 2 Mobile IP routing header is present, only set pinfo->dst if seg_l...Chris Maynard1-1/+2
2011-11-25Remove unused code (Add in Revision 836)Alexis La Goutte1-30/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-11Enable GeoIP lookups by default. Don't add GeoIP subtrees if we didn'tGerald Combs1-1/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-25/+25
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6Gerald Combs1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-43/+43
2011-10-05Fix GeoIP-sans-IPv6 compilation.Gerald Combs1-1/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but olderGerald Combs1-10/+279
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
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