aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-22From Shinsuke Suzuki:Guy Harris1-2/+63
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris1-4/+7
2004-01-29From Shusaku Ueda:Guy Harris1-7/+27
2004-01-18Fix warnings found by -Wstrict-prototypesJörg Mayer1-6/+2
2003-12-19From David Fort: support for decoding MLD v2 report messages.Guy Harris1-1/+78
2003-05-28From Laurent Rabret: use "g_free()", not "free()", to free stuffGuy Harris1-2/+2
2003-04-28From Yaniv Kaul: check a reserved field against 0 (the RFC specifies itGuy Harris1-1/+10
2003-04-27Replace some unchecked malloc calls by g_malloc.Laurent Deniel1-2/+2
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-1/+68
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-58/+14
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-16/+8
2002-01-30Make some variables volatile because GCC on Digital UNIX complainedGuy Harris1-7/+7
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-14/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-15From Martti Kuparinen: update the HMIPv6 support to match the latestGuy Harris1-8/+8
2002-01-11Put in a comment giving various Internet Draft names for ICMPv6 stuff weGuy Harris1-1/+15
2002-01-11Fix some more signed vs. unsigned issues.Guy Harris1-4/+4
2002-01-10Fix more unsigned items to be displayed with "%u" rather than "%d", asGuy Harris1-4/+4
2002-01-10The filetime is an unsigned quantity, so display it with %u, as perGuy Harris1-2/+2
2002-01-09HMIPv6 fix, from Martti Kuparinen.Guy Harris1-7/+7
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-6/+8
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris1-2/+16
2001-09-27When dissecting an ICMP datagram that contains part of an IP datagram,Guy Harris1-3/+12
2001-09-25If "snprintf()" can't print all the data because there's not enoughGuy Harris1-2/+2
2001-09-05Typo fix, from Martti Kuparinen.Guy Harris1-2/+2
2001-09-04HMIPv6 support, from Martti Kuparinen.Guy Harris1-2/+60
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris1-14/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-5/+5
2001-06-02Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), soGuy Harris1-2/+2
2001-06-02Create the tree for an ICMPv6 optionn before putting something in it.Guy Harris1-5/+5
2001-06-01draft-draves-ipngwg-router-selection-01 support.Jun-ichiro itojun Hagino1-28/+97
2001-05-27In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPGuy Harris1-56/+62
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-10/+12
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+2
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris1-7/+43
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris1-282/+314
2001-03-28Replace proto_tree_add_item_hidden with proto_tree_add_boolean_hidden toOlivier Abad1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.Guy Harris1-2/+10
2001-01-23Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.Gerald Combs1-4/+43
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-3/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-14Check the checksum on ICMPv6 packets, if possible.Guy Harris1-5/+45
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris1-13/+13
2000-11-09Fix a "proto_tree_add_text()" call.Guy Harris1-2/+2