aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Make some variables volatile because GCC on Digital UNIX complainedguy1-7/+7
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-14/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-15From Martti Kuparinen: update the HMIPv6 support to match the latestguy1-8/+8
2002-01-11Put in a comment giving various Internet Draft names for ICMPv6 stuff weguy1-1/+15
2002-01-11Fix some more signed vs. unsigned issues.guy1-4/+4
2002-01-10Fix more unsigned items to be displayed with "%u" rather than "%d", asguy1-4/+4
2002-01-10The filetime is an unsigned quantity, so display it with %u, as perguy1-2/+2
2002-01-09HMIPv6 fix, from Martti Kuparinen.guy1-7/+7
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-25Moved from using dissect_data to using call_dissector()hagbard1-6/+8
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theguy1-2/+16
2001-09-27When dissecting an ICMP datagram that contains part of an IP datagram,guy1-3/+12
2001-09-25If "snprintf()" can't print all the data because there's not enoughguy1-2/+2
2001-09-05Typo fix, from Martti Kuparinen.guy1-2/+2
2001-09-04HMIPv6 support, from Martti Kuparinen.guy1-2/+60
2001-07-02Tvbuffify the DNS, NBNS, NBDS, and NBSS dissectors.guy1-14/+7
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-5/+5
2001-06-02Not all platforms have u_int32_t (for example, Windows+MSVC doesn't), soguy1-2/+2
2001-06-02Create the tree for an ICMPv6 optionn before putting something in it.guy1-5/+5
2001-06-01draft-draves-ipngwg-router-selection-01 support.itojun1-28/+97
2001-05-27In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPguy1-56/+62
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.guy1-10/+12
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-2/+2
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doguy1-7/+43
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesguy1-282/+314
2001-03-28Replace proto_tree_add_item_hidden with proto_tree_add_boolean_hidden tooabad1-2/+2
2001-02-28Add hidden fields for bad checksums to various IP-family protocols.guy1-2/+10
2001-01-23Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.gerald1-4/+43
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-3/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+2
2000-12-14Check the checksum on ICMPv6 packets, if possible.guy1-5/+45
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inguy1-13/+13
2000-11-09Fix a "proto_tree_add_text()" call.guy1-2/+2
2000-11-09support match-prefix and use-prefix decoding for router renumbering protocolitojun1-37/+165
2000-11-09correct IPv6 router renumbering dissector.itojun1-5/+6
2000-10-12Don't loop infinitely on options with zero length.gram1-6/+13
2000-08-29correct nodeinfo (node addresses). it returns address (16byte) + ttl (4byte),itojun1-5/+6
2000-08-22Change u_int32_t to guint32gram1-4/+4
2000-08-22more support for icmp6 node information query.itojun1-8/+167
2000-08-18avoid pointer typecast, which leads to unaligned access.itojun1-6/+5
2000-08-18add dissector for draft-ietf-ipngwg-icmp-name-lookups-06.txtitojun1-48/+303
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-7/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-9/+9
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-3/+3
2000-05-11Add tvbuff class.gram1-48/+48