aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-31Enhance / Update ICMPv6 dissectorAlexis La Goutte1-12/+15
2013-12-21fix some warnings.Jakub Zawadzki1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-12-02Fix Coverity CID 1134046: Structurally dead code.Chris Maynard1-1/+2
2013-12-01Also add filter and expert info for ICMPv6 requests with no responses.Martin Mathieson1-0/+21
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann1-2/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-1/+1
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte1-2/+0
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-08-31More wmem.Evan Huus1-25/+24
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+3
2013-06-08Batch of filterable expert infos.Michael Mann1-15/+38
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-1/+1
2013-04-07Make fix-encodings-args HappyAlexis La Goutte1-2/+2
2013-04-07From report TheDarkEye via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-1/+1
2013-03-26Add checksum_bad, set to FALSE to the tree when the checksum is correct. Use...Chris Maynard1-2/+3
2013-03-18From beroset:Anders Broman1-9/+9
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-1/+1
2012-10-11The usual idiom in C for "do this N times" is "for (i = 0; i < N; i++)",Guy Harris1-1/+1
2012-10-09Apply Ronnie Sahlberg's ICMP request/response tracking improvements from r453...Chris Maynard1-61/+113
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-19Since r41681, IPv6 sets pinfo->ip_ttl as the hop limit, so display that in theChris Maynard1-1/+2
2012-09-19Fix request/response tracking with checksum corner case.Chris Maynard1-2/+4
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Owen Kirby via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7704Alexis La Goutte1-14/+13
2012-09-01From Owen Kirby:Anders Broman1-3/+15
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-31Update to the last draft-ietf-6lowpan-nd-19 updatesAlexis La Goutte1-18/+32
2012-07-31Update ICMPv6 to last IANA Parameters (2012-07-18)Alexis La Goutte1-3/+10
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-8/+12
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-05-03From Klaus Heckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Chris Maynard1-3/+5
2012-04-13Update ICMPv6 to last IANA Parameters (2012-03-28) Alexis La Goutte1-19/+19
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-31/+31
2012-02-01Fix some typos.Chris Maynard1-14/+14
2012-01-13Add comment about possible expert itemJörg Mayer1-0/+2
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier1-2/+2
2011-12-26Update ICMPv6 to last IANA Parameters (2011-12-21)Alexis La Goutte1-15/+15
2011-12-20For a DNSSL lifetime of 0, add some useful text.Chris Maynard1-0/+3
2011-12-12From Roy Marples:Jaap Keuter1-1/+5
2011-12-03Fix bug with updating rr_offset before we're done fetching the matchedprefix ...Chris Maynard1-10/+17
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-4/+4
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...Chris Maynard1-0/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-19Specify ENC_TIME_TIMESPEC for a proto_tree_add_item() encoding arg for a fiel...Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-5/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1