aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-2/+15
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-1/+4
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-16/+14
* Changed the flowinfo field in the ipv6 header to flow info + traffic class, asGilbert Ramirez1999-04-091-2/+8
* Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1999-03-281-43/+336
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-15/+12
* * Added column formatting functionality.Gerald Combs1998-11-171-16/+17
* A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1998-11-121-2/+1
* Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1998-09-271-4/+4
* Added ID tags to the beginning of each source file.Gerald Combs1998-09-161-0/+2
* Initial revisionstartethereal-0.3.15ethereal-0-3-15backups/ethereal@18706etherealGerald Combs1998-09-161-0/+105