aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-28Make a dissector table out of IPv6 Next header.Michael Mann1-129/+128
2014-04-19Some routine name changes.Guy Harris1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespace.Bill Meier1-2/+2
2014-02-25Fix packet-ipv6.c:585:13: error: will never be executed [-Werror,-Wunreachabl...Alexis La Goutte1-1/+0
2013-12-14Fix some warningsJakub Zawadzki1-2/+2
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-12-12Use a consistent indentation: 4 spaces;Bill Meier1-1841/+1841
2013-12-07Fix some cases where STR_UNICODE was used with FT_DOUBLE.Guy Harris1-1/+1
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki1-18/+18
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann1-38/+41
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+19
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-2/+0
2013-10-16Fix warnings found by Clang 5.0 (-Wself-assign and -Wparentheses-equality).Gerald Combs1-3/+33
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-21/+17
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard1-1/+1
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-09-11Move a lot of includes from follow_stream_dialog.h toGerald Combs1-0/+24
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-7/+7
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-3/+1
2013-06-30ip_proto.h now requires expert.h.Jeff Morriss1-1/+2
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