aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-92/+92
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-09-16Add dissection of router address(R) flag. Fixes https://bugs.wireshark.org/b...Chris Maynard1-7/+13
2011-07-30* Replace FALSE by ENC_BIG_ENDIAN for encoding parameterAlexis La Goutte1-601/+601
2011-07-27From Eric Zhu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846Alexis La Goutte1-2/+2
2011-06-15Make checkAPIs Happy Alexis La Goutte1-1/+1
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363Alexis La Goutte1-0/+52
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363Alexis La Goutte1-7/+8
2011-05-15Add EUI64 display type for Source/Target Link-layer Address (RFC4861)Alexis La Goutte1-6/+41
2011-05-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5921Alexis La Goutte1-0/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-5/+3
2011-04-16Convert ICMPv6 dissector to "new-style" dissectorAlexis La Goutte1-48/+99
2011-04-14Update to last IANA parameters (2011-04-08)Alexis La Goutte1-51/+81
2011-04-11Neither checksum_item nor length are used uninitialized, but for some reason,Chris Maynard1-2/+2
2011-04-11Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810.Chris Maynard1-45/+233
2011-03-03Use tvb_ether_to_str().Jeff Morriss1-8/+8
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-1654/+1664
2011-01-19From Alexis La Goutte:Jaap Keuter1-1395/+1829
2011-01-16Use tvb_memeql().Jeff Morriss1-2/+2
2011-01-07From Alexis La Goutte:Anders Broman1-128/+227
2011-01-04Fix build.Anders Broman1-1/+1
2011-01-04From Alexis La Goutte:Jaap Keuter1-192/+419
2010-12-29Fix the HAI value display filter string.Jaap Keuter1-1/+1
2010-12-28From Alexis La Goutte via bug 5528:Chris Maynard1-2/+2
2010-12-28From Alexis La Goutte:Jaap Keuter1-331/+188
2010-12-27From Alexis La Goutte:Anders Broman1-576/+1084
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-29Try to fix Buildbot crash output: fuzz-2010-11-28-11164.pcapAnders Broman1-19/+45
2010-11-21Removed unused route_preference.Stig Bjørlykke1-1/+0
2010-11-21From Alexis La Goutte:Anders Broman1-451/+607
2010-11-11Update from IANA records.Anders Broman1-29/+32
2010-10-20Use while loops instead of goto's.Jeff Morriss1-876/+873
2010-10-20From Colin O'Flynn and Owen Kirby via https://bugs.wireshark.org/bugzilla/sho...Jeff Morriss1-29/+680
2010-10-05Improve the ND flag display.Gerald Combs1-5/+16
2010-10-05Add more information to the Info column for some ICMPv6 messages. Add aGerald Combs1-34/+22
2010-09-30From Colin O'FlynnJaap Keuter1-0/+133
2010-07-18Added some values from IANA's icmpv6-parameters.Stig Bjørlykke1-4/+12
2010-07-18Added some updates from RFC 4443.Stig Bjørlykke1-1/+9
2010-07-18Show the reserved values in type 135, 137 and 143 in the packet tree.Stig Bjørlykke1-0/+6
2010-06-02Clean up a bit, fix indent.Anders Broman1-19/+42
2010-03-04Add three more ICMPv6 type that only have a code of 0Jörg Mayer1-0/+3
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+5
2009-10-09From Didier Gautheron:Anders Broman1-3/+0
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-3/+1
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-1/+1
2009-08-24Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".Bill Meier1-1757/+1761
2009-08-24From Ivan Sy via bug 3931:Stig Bjørlykke1-0/+4
2009-08-23Rework code slightly to prevent a GCC 'strict-aliasing' warning.Bill Meier1-4/+11
2009-08-23From Ivan Sy:Jaap Keuter1-2/+4