aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg1-1/+0
2004-10-31Make the protocol tree item for ICMPv6 cover the entire ICMPv6 packet,Guy Harris1-1/+1
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris1-0/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1661