aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-01Fix some typos.cmaynard1-14/+14
2012-01-13Add comment about possible expert itemjmayer1-0/+2
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...wmeier1-2/+2
2011-12-26Update ICMPv6 to last IANA Parameters (2011-12-21)alagoutte1-15/+15
2011-12-20For a DNSSL lifetime of 0, add some useful text.cmaynard1-0/+3
2011-12-12From Roy Marples:jake1-1/+5
2011-12-03Fix bug with updating rr_offset before we're done fetching the matchedprefix ...cmaynard1-10/+17
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-4/+4
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...cmaynard1-0/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-4/+4
2011-10-19Specify ENC_TIME_TIMESPEC for a proto_tree_add_item() encoding arg for a fiel...wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-33/+33
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-92/+92
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-09-16Add dissection of router address(R) flag. Fixes https://bugs.wireshark.org/b...cmaynard1-7/+13
2011-07-30* Replace FALSE by ENC_BIG_ENDIAN for encoding parameteralagoutte1-601/+601
2011-07-27From Eric Zhu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5846alagoutte1-2/+2
2011-06-15Make checkAPIs Happy alagoutte1-1/+1
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363alagoutte1-0/+52
2011-06-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5363alagoutte1-7/+8
2011-05-15Add EUI64 display type for Source/Target Link-layer Address (RFC4861)alagoutte1-6/+41
2011-05-15From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5921alagoutte1-0/+1
2011-05-08Add FT_EUI64 Field Typealagoutte1-5/+3
2011-04-16Convert ICMPv6 dissector to "new-style" dissectoralagoutte1-48/+99
2011-04-14Update to last IANA parameters (2011-04-08)alagoutte1-51/+81
2011-04-11Neither checksum_item nor length are used uninitialized, but for some reason,cmaynard1-2/+2
2011-04-11Add conversation tracking and tshark tap support to ICMPv6. Fixes bug 5810.cmaynard1-45/+233
2011-03-03Use tvb_ether_to_str().morriss1-8/+8
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-1654/+1664
2011-01-19From Alexis La Goutte:jake1-1395/+1829
2011-01-16Use tvb_memeql().morriss1-2/+2
2011-01-07From Alexis La Goutte:etxrab1-128/+227
2011-01-04Fix build.etxrab1-1/+1
2011-01-04From Alexis La Goutte:jake1-192/+419
2010-12-29Fix the HAI value display filter string.jake1-1/+1
2010-12-28From Alexis La Goutte via bug 5528:cmaynard1-2/+2
2010-12-28From Alexis La Goutte:jake1-331/+188
2010-12-27From Alexis La Goutte:etxrab1-576/+1084
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-11-29Try to fix Buildbot crash output: fuzz-2010-11-28-11164.pcapetxrab1-19/+45
2010-11-21Removed unused route_preference.stig1-1/+0
2010-11-21From Alexis La Goutte:etxrab1-451/+607
2010-11-11Update from IANA records.etxrab1-29/+32
2010-10-20Use while loops instead of goto's.morriss1-876/+873
2010-10-20From Colin O'Flynn and Owen Kirby via https://bugs.wireshark.org/bugzilla/sho...morriss1-29/+680
2010-10-05Improve the ND flag display.gerald1-5/+16