aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-16/+8
* Make some variables volatile because GCC on Digital UNIX complainedGuy Harris2002-01-301-7/+7
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-14/+13
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* From Martti Kuparinen: update the HMIPv6 support to match the latestGuy Harris2002-01-151-8/+8
* Put in a comment giving various Internet Draft names for ICMPv6 stuff weGuy Harris2002-01-111-1/+15
* Fix some more signed vs. unsigned issues.Guy Harris2002-01-111-4/+4
* Fix more unsigned items to be displayed with "%u" rather than "%d", asGuy Harris2002-01-101-4/+4
* The filetime is an unsigned quantity, so display it with %u, as perGuy Harris2002-01-101-2/+2
* HMIPv6 fix, from Martti Kuparinen.Guy Harris2002-01-091-7/+7
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-6/+8
* 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