aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-12Fix COL_INFO and COL_PROTOCOL for Teredo Direct IPv6 Connectivity TestBalint Reczey1-18/+28
2009-08-11From Ivan Sy (with minor modifications):Balint Reczey1-4/+15
2009-07-10Cleanup handling of ICMPv6 type and code (not complete):Stig Bjørlykke1-168/+123
2009-06-23From Shinsuke SUZUKI:Jaap Keuter1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-31/+31
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-1/+1
2009-04-05Get rid of a bunch of size_t's.Gerald Combs1-46/+65
2009-04-05Use an emem_strbuf_t in bitrange().Guy Harris1-34/+10
2009-03-23Fixed some data types to remove some warnings in the solaris build.Stig Bjørlykke1-1/+1
2008-11-05From Evan Black:Jaap Keuter1-17/+78
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-11From Roy Marples (bug 2781 and bug 2796):Stig Bjørlykke1-2/+4
2008-06-28Fix some warnings reported by gcc -Wshadow ...Bill Meier1-12/+12
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-2/+3
2008-04-23From bboissin:Anders Broman1-1/+1
2008-03-17add support for ND RDNSS (icmpv6)Anders Broman1-27/+62
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+2
2008-03-01Initialize asn1_ctx before using it. Fixes http://bugs.wireshark.org/bugzill...Jeff Morriss1-11/+12
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman1-8/+41
2008-02-24Dissect Type: 149 (Certification Path Advertisement).Anders Broman1-3/+109
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.Anders Broman1-4/+78
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman1-0/+10
2008-02-23Put names on some more options solves part of bugAnders Broman1-10/+33
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-07-30As requested by Mike Rogovin: register the ICMP dissector by name. For compl...Jeff Morriss1-16/+18
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2006-11-02From Nicolas Dichtel:Jaap Keuter1-8/+19
2006-10-30A little prettifying:Martin Mathieson1-46/+75
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-29Get rid of an unused function argument.Guy Harris1-8/+8
2006-01-16done:Jörg Mayer1-2/+1