aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1-165/+1
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-21/+18
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-3/+6
1999-10-13Some fixes from Jun-ichiro itojun Hagino.Guy Harris1-4/+10
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1-31/+147
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+5
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-10/+16
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-03Patch from Bill Fumerola to quiet some EGCS complaints, at least onGuy Harris1-3/+5
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-2/+15
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-1/+4
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-16/+14
1999-04-09Changed the flowinfo field in the ipv6 header to flow info + traffic class, asGilbert Ramirez1-2/+8
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newGilbert Ramirez1-43/+336
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-15/+12
1998-11-17* Added column formatting functionality.Gerald Combs1-16/+17
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-4/+4
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+105