aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+2
2013-06-08Batch of filterable expert infos.Michael Mann1-19/+53
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+5
2013-03-19From beroset:Anders Broman1-2/+2
2013-02-21I'm pretty sure that reassembled IPv6 data does not fit in a uint32.Jaap Keuter1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-42/+42
2012-12-02Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). TheyJeff Morriss1-9/+8
2012-11-21From Stephen Tarr: Fix 'misspelling (typo) in display filter field name'.Bill Meier1-1/+1
2012-10-31From report of VinsWorldcom via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte1-2/+2
2012-10-08Continuation of r43335Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+6
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-4/+4
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