aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
Commit message (Expand)AuthorAgeFilesLines
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-2/+16
* When dissecting an ICMP datagram that contains part of an IP datagram,Guy Harris2001-09-271-3/+12
* If "snprintf()" can't print all the data because there's not enoughGuy Harris2001-09-251-2/+2
* Typo fix, from Martti Kuparinen.Guy Harris2001-09-051-2/+2
* HMIPv6 support, from Martti Kuparinen.Guy Harris2001-09-041-2/+60
* Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.Guy Harris2001-07-021-14/+7
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-5/+5
* Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), soGuy Harris2001-06-021-2/+2
* Create the tree for an ICMPv6 optionn before putting something in it.Guy Harris2001-06-021-5/+5
* draft-draves-ipngwg-router-selection-01 support.Jun-ichiro itojun Hagino2001-06-011-28/+97
* In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPGuy Harris2001-05-271-56/+62
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-10/+12
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-2/+2
* Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris2001-04-231-7/+43
* Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris2001-04-231-282/+314
* Replace proto_tree_add_item_hidden with proto_tree_add_boolean_hidden toOlivier Abad2001-03-281-2/+2
* Add hidden fields for bad checksums to various IP-family protocols.Guy Harris2001-02-281-2/+10
* Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.Gerald Combs2001-01-231-4/+43
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-3/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* Check the checksum on ICMPv6 packets, if possible.Guy Harris2000-12-141-5/+45
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris2000-11-111-13/+13
* Fix a "proto_tree_add_text()" call.Guy Harris2000-11-091-2/+2
* support match-prefix and use-prefix decoding for router renumbering protocolJun-ichiro itojun Hagino2000-11-091-37/+165
* correct IPv6 router renumbering dissector.Jun-ichiro itojun Hagino2000-11-091-5/+6
* Don't loop infinitely on options with zero length.Gilbert Ramirez2000-10-121-6/+13
* correct nodeinfo (node addresses). it returns address (16byte) + ttl (4byte),Jun-ichiro itojun Hagino2000-08-291-5/+6
* Change u_int32_t to guint32Gilbert Ramirez2000-08-221-4/+4
* more support for icmp6 node information query.Jun-ichiro itojun Hagino2000-08-221-8/+167
* avoid pointer typecast, which leads to unaligned access.Jun-ichiro itojun Hagino2000-08-181-6/+5
* add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txtJun-ichiro itojun Hagino2000-08-181-48/+303
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-7/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-9/+9
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-3/+3
* Add tvbuff class.Gilbert Ramirez2000-05-111-48/+48
* Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris2000-04-201-2/+10
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-2/+2
* Get rid of the include of "util.h" that some dissectors do - it's notGuy Harris2000-01-161-2/+1
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-7/+17
* Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1999-10-161-4/+3
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+7
* Add display filters.Laurent Deniel1999-10-101-11/+22
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Added a fix from Shoichi Sakane that corrects some missing "break"s.Gerald Combs1999-07-281-1/+3
* Added a fix from Takashi Tanaka to correct a byte order problem when printingGerald Combs1999-07-281-2/+2
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+5