aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-09support match-prefix and use-prefix decoding for router renumbering protocolJun-ichiro itojun Hagino1-37/+165
2000-11-09correct IPv6 router renumbering dissector.Jun-ichiro itojun Hagino1-5/+6
2000-10-12Don't loop infinitely on options with zero length.Gilbert Ramirez1-6/+13
2000-08-29correct nodeinfo (node addresses). it returns address (16byte) + ttl (4byte),Jun-ichiro itojun Hagino1-5/+6
2000-08-22Change u_int32_t to guint32Gilbert Ramirez1-4/+4
2000-08-22more support for icmp6 node information query.Jun-ichiro itojun Hagino1-8/+167
2000-08-18avoid pointer typecast, which leads to unaligned access.Jun-ichiro itojun Hagino1-6/+5
2000-08-18add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txtJun-ichiro itojun Hagino1-48/+303
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11Miscellaneous code cleaningLaurent Deniel1-7/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-9/+9
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-3/+3
2000-05-11Add tvbuff class.Gilbert Ramirez1-48/+48
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-2/+10
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-2/+2
2000-01-16Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris1-2/+1
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-7/+17
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-4/+3
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-4/+7
1999-10-10Add display filters.Laurent Deniel1-11/+22
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-28Added a fix from Shoichi Sakane that corrects some missing "break"s.Gerald Combs1-1/+3
1999-07-28Added a fix from Takashi Tanaka to correct a byte order problem when printingGerald Combs1-2/+2