aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-21If we have to worry about subdissectors changing the "packet_info"guy1-9/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-5/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-2/+1
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-2/+2
2001-09-30"packet-ipv6.c" doesn't need anything from "packet-tcp.h" orguy1-3/+1
2001-09-04HMIPv6 support, from Martti Kuparinen.guy1-2/+2
2001-06-29Create a routine to do the tvbuff-length-adjusting andguy1-5/+3
2001-06-26indentation consistencies.itojun1-404/+408
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-36/+36
2001-06-08Add support for reassemmbling IPv6 fragments, and add an option toguy1-29/+262
2001-05-27In the IPv6 dissector, don't bother with the "CHECK_DISPLAY_AS_DATA()",guy1-13/+10
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doguy1-8/+10
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesguy1-109/+134
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;guy1-4/+4
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-4/+4
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newguy1-1/+2
2001-01-23Mobile IPv6 updates from Borosa Tomislav <tomislav.borosa@SIEMENS.HR>.gerald1-140/+510
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-7/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-14Set the "fragmented" field of the "packet_info" structure based onguy1-1/+5
2000-12-14Mobile IPv6 support, from Martti Kuparinen.guy1-1/+29
2000-11-19For each column, have both a buffer into which strings for that columnguy1-3/+3
2000-11-17Give the "null" link-layer header dissector a dissector table, and putguy1-1/+4
2000-11-11Get rid of the definitions of LITTLE_ENDIAN and BIG_ENDIAN inguy1-5/+6
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11- add ipv6.addr for the source and destination addresses (like ipv4)deniel1-1/+15
2000-08-08Fix display of IPv6 frag header display in proto tree, fromgram1-1/+36
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-8/+8
2000-06-05Change dissect_ah() so that dissect_ip() doesn't have to make agram1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-7/+7
2000-05-24Display the fragment offset in decimal (as the IPv4 dissector does)guy1-2/+2
2000-05-11Add tvbuff class.gram1-25/+25
2000-04-20Have the IPv6 dissector use the same dissector table as the IPv4guy1-64/+29
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forguy1-1/+2
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsguy1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+8
2000-03-21Jochen Friedrich's fix to IPv6 fragment handling.guy1-8/+20
2000-03-14Fix some errors discovered by making GCC do format string/argumentguy1-3/+3
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-5/+5
2000-03-07Fix some "proto_tree_add_text()" calls.guy1-10/+10
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+6
2000-01-15Fix up a bunch of places where a pointer into the packet buffer was castguy1-3/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-4/+10
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-9/+6
1999-10-15add missing termination to value_string.itojun1-1/+2
1999-10-15IPComp (RFC2393) decoding.itojun1-1/+4
1999-10-15use proto_tree_add_item() for IPv6 header, to allow filtering like belowitojun1-27/+91
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionitojun1-165/+1
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()itojun1-21/+18
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asguy1-3/+6