Updates to the TODO list.
[metze/wireshark/wip.git] / packet-icmpv6.c
2003-04-28 Guy HarrisFrom Yaniv Kaul: check a reserved field against 0 ...
2003-04-27 Laurent DenielReplace some unchecked malloc calls by g_malloc.
2003-02-04 Guy HarrisFrom Teemu Rinta-aho: draft 20 MIPv6 support (now in...
2003-01-20 Guy HarrisMove into "call_dissector_work()" the stuff to handle...
2002-12-02 Guy HarrisDon't cast away constness, and fix variable and structu...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-01-30 Guy HarrisMake some variables volatile because GCC on Digital...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-15 Guy HarrisFrom Martti Kuparinen: update the HMIPv6 support to...
2002-01-11 Guy HarrisPut in a comment giving various Internet Draft names...
2002-01-11 Guy HarrisFix some more signed vs. unsigned issues.
2002-01-10 Guy HarrisFix more unsigned items to be displayed with "%u" rathe...
2002-01-10 Guy HarrisThe filetime is an unsigned quantity, so display it...
2002-01-09 Guy HarrisHMIPv6 fix, from Martti Kuparinen.
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-10-01 Guy HarrisHave a flag in the "packet_info" structure, which indic...
2001-09-27 Guy HarrisWhen dissecting an ICMP datagram that contains part...
2001-09-25 Guy HarrisIf "snprintf()" can't print all the data because there...
2001-09-05 Guy HarrisTypo fix, from Martti Kuparinen.
2001-09-04 Guy HarrisHMIPv6 support, from Martti Kuparinen.
2001-07-02 Guy HarrisTvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-02 Guy HarrisNot all platforms have u_int32_t (for example, Windows...
2001-06-02 Guy HarrisCreate the tree for an ICMPv6 optionn before putting...
2001-06-01 Jun-ichiro itojun... draft-draves-ipngwg-router-selection-01 support.
2001-05-27 Guy HarrisIn the ICMPv6 and OSI CLNP dissectors, when calling...
2001-04-27 Guy HarrisMore signed-vs-unsigned changes from Joerg Mayer.
2001-04-23 Guy HarrisMove the declarations of IP protocol numbers to "ipprot...
2001-04-23 Guy HarrisNow that the IPv6 dissector has been tvbuffified, we...
2001-04-23 Guy HarrisTvbuffification of the IPv6 and ICMPv6 dissectors,...
2001-03-28 Olivier AbadReplace proto_tree_add_item_hidden with proto_tree_add_...
2001-02-28 Guy HarrisAdd hidden fields for bad checksums to various IP-famil...
2001-01-23 Gerald CombsMobile IPv6 updates from Borosa Tomislav <tomislav...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-14 Guy HarrisCheck the checksum on ICMPv6 packets, if possible.
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-11 Guy HarrisGet rid of the definitions of LITTLE_ENDIAN and BIG_END...
2000-11-09 Guy HarrisFix a "proto_tree_add_text()" call.
2000-11-09 Jun-ichiro itojun... support match-prefix and use-prefix decoding for router...
2000-11-09 Jun-ichiro itojun... correct IPv6 router renumbering dissector.
2000-10-12 Gilbert RamirezDon't loop infinitely on options with zero length.
2000-08-29 Jun-ichiro itojun... correct nodeinfo (node addresses). it returns address...
2000-08-22 Gilbert RamirezChange u_int32_t to guint32
2000-08-22 Jun-ichiro itojun... more support for icmp6 node information query.
2000-08-18 Jun-ichiro itojun... avoid pointer typecast, which leads to unaligned access.
2000-08-18 Jun-ichiro itojun... add dissector for draft-ietf-ipngwg-icmp-name-lookups...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-20 Guy HarrisHave the IPv6 dissector use the same dissector table...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-24 Guy HarrisFix a bunch of dissectors to use "pi.captured_len"...
2000-01-16 Guy HarrisGet rid of the include of "util.h" that some dissectors...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 Laurent DenielReplace proto_tree_add_item_format by proto_tree_add_item.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-10-10 Laurent DenielAdd display filters.
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-28 Gerald CombsAdded a fix from Shoichi Sakane that corrects some...
1999-07-28 Gerald CombsAdded a fix from Takashi Tanaka to correct a byte order...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-03-29 Gilbert RamirezA fix for Solaris 2.5.1 compilation.
1999-03-29 Gilbert RamirezTwo more files for ipv6.