aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-12/+16
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris1-2/+8
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+6
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-9/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-5/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-2/+2
2001-09-30"packet-ipv6.c" doesn't need anything from "packet-tcp.h" orGuy Harris1-3/+1
2001-09-04HMIPv6 support, from Martti Kuparinen.Guy Harris1-2/+2
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris1-5/+3
2001-06-26indentation consistencies.Jun-ichiro itojun Hagino1-404/+408
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-36/+36
2001-06-08Add support for reassemmbling IPv6 fragments, and add an option toGuy Harris1-29/+262
2001-05-27In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()",Guy Harris1-13/+10
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris1-8/+10
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris1-109/+134
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-4/+4
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-4/+4
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-1/+2
2001-01-23Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.Gerald Combs1-140/+510
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-7/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-14Set the "fragmented" field of the "packet_info" structure based onGuy Harris1-1/+5
2000-12-14Mobile IPv6 support, from Martti Kuparinen.Guy Harris1-1/+29
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-1/+4
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris1-5/+6
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-11- add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel1-1/+15
2000-08-08Fix display of IPv6 frag header display in proto tree, fromGilbert Ramirez1-1/+36
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-8/+8
2000-06-05Change dissect_ah() so that dissect_ip() doesn't have to make aGilbert Ramirez1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-7/+7
2000-05-24Display the fragment offset in decimal (as the IPv4 dissector does)Guy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-25/+25
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris1-64/+29
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-1/+2
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
2000-03-21Jochen Friedrich's fix to IPv6 fragment handling.Guy Harris1-8/+20
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-3/+3
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-5/+5
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-10/+10
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+6
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris1-3/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+10
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-9/+6
1999-10-15add missing termination to value_string.Jun-ichiro itojun Hagino1-1/+2
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1-1/+4
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowJun-ichiro itojun Hagino1-27/+91