aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-25From Martin AndréAnders Broman1-7/+312
2005-10-08improve get_dns_name now that we have cheap emem allocated buffersRonnie Sahlberg1-3/+3
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris1-5/+6
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-5/+5
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris1-12/+3
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
2005-08-27sprintf removalRonnie Sahlberg1-1/+1
2005-08-17snprintf -> g_snprintfUlf Lamping1-8/+4
2005-08-15ememify g_malloc() callsRonnie Sahlberg1-2/+2
2005-07-30More char -> const char fixesJörg Mayer1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2