aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-1/+2
2008-03-01Initialize asn1_ctx before using it. Fixes http://bugs.wireshark.org/bugzill...morriss1-11/+12
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.etxrab1-8/+41
2008-02-24Dissect Type: 149 (Certification Path Advertisement).etxrab1-3/+109
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.etxrab1-4/+78
2008-02-23Correct a typo and at least print the name of type 148 and 149.etxrab1-0/+10
2008-02-23Put names on some more options solves part of bugetxrab1-10/+33
2008-02-07Removed even more "statement not reached" warnings.stig1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-07-30As requested by Mike Rogovin: register the ICMP dissector by name. For compl...morriss1-16/+18
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2006-11-02From Nicolas Dichtel:jake1-8/+19
2006-10-30A little prettifying:martinm1-46/+75
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-29Get rid of an unused function argument.guy1-8/+8
2006-01-16done:jmayer1-2/+1
2005-10-25From Martin Andréetxrab1-7/+312
2005-10-08improve get_dns_name now that we have cheap emem allocated bufferssahlberg1-3/+3
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy1-5/+6
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-5/+5
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerguy1-12/+3
2005-08-28add missing value_string terminationsahlberg1-0/+1
2005-08-27sprintf removalsahlberg1-1/+1
2005-08-17snprintf -> g_snprintfulfl1-8/+4
2005-08-15ememify g_malloc() callssahlberg1-2/+2
2005-07-30More char -> const char fixesjmayer1-1/+1
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-04-01From Mark C Brown NETTL updatessahlberg1-1/+0
2004-10-31Make the protocol tree item for ICMPv6 cover the entire ICMPv6 packet,guy1-1/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-28Move various checksum routines and headers to epan.guy1-1/+1
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andguy1-0/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1661