aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* Create a routine to do the tvbuff-length-adjusting andGuy Harris2001-06-291-5/+3
* indentation consistencies.Jun-ichiro itojun Hagino2001-06-261-404/+408
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-36/+36
* Add support for reassemmbling IPv6 fragments, and add an option toGuy Harris2001-06-081-29/+262
* In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()",Guy Harris2001-05-271-13/+10
* Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris2001-04-231-8/+10
* Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris2001-04-231-109/+134
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-4/+4
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-4/+4
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-1/+2
* Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.Gerald Combs2001-01-231-140/+510
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+13
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Set the "fragmented" field of the "packet_info" structure based onGuy Harris2000-12-141-1/+5
* Mobile IPv6 support, from Martti Kuparinen.Guy Harris2000-12-141-1/+29
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-1/+4
* Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inGuy Harris2000-11-111-5/+6
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* - add ipv6.addr for the source and destination addresses (like ipv4)Laurent Deniel2000-08-111-1/+15
* Fix display of IPv6 frag header display in proto tree, fromGilbert Ramirez2000-08-081-1/+36
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-8/+8
* Change dissect_ah() so that dissect_ip() doesn't have to make aGilbert Ramirez2000-06-051-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-7/+7
* Display the fragment offset in decimal (as the IPv4 dissector does)Guy Harris2000-05-241-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-25/+25
* Have the IPv6 dissector use the same dissector table as the IPv4Guy Harris2000-04-201-64/+29
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-1/+2
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-1/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+8
* Jochen Friedrich's fix to IPv6 fragment handling.Guy Harris2000-03-211-8/+20
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-3/+3
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-5/+5
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-071-10/+10
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+6
* Fix up a bunch of places where a pointer into the packet buffer was castGuy Harris2000-01-151-3/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-4/+10
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-9/+6
* add missing termination to value_string.Jun-ichiro itojun Hagino1999-10-151-1/+2
* IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino1999-10-151-1/+4
* use proto_tree_add_item() for IPv6 header, to allow filtering like belowJun-ichiro itojun Hagino1999-10-151-27/+91
* use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1999-10-141-165/+1
* implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1999-10-141-21/+18
* Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1999-10-131-3/+6
* Some fixes from Jun-ichiro itojun Hagino.Guy Harris1999-10-131-4/+10
* Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1999-10-121-31/+147
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+5
* - add handling of FT_IPv6 variablesLaurent Deniel1999-10-111-10/+16
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Patch from Bill Fumerola to quiet some EGCS complaints, at least onGuy Harris1999-08-031-3/+5