aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-7/+2
2003-07-11Add a routine "dissect_ipv6_options()" that works likeGuy Harris1-1/+99
2003-04-29Don't export "ip_dissector_table" explicitly; now that we haveGuy Harris1-2/+5
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-4/+10
2003-04-20Pull much of the processing done after a call to "fragment_add_check()"Guy Harris1-23/+10
2003-04-20Use "fragment_add_check()" for IPv6 and CLNP reassembly. (Possibly anGuy Harris1-2/+5
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-2/+2
2003-02-04From Teemu Rinta-aho: draft 20 MIPv6 support (now in a file of its own).Guy Harris1-365/+21
2003-01-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris1-1/+3
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-10-25Count ICMPv6 packets as ICMP when capturing.Guy Harris1-7/+87
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-10-22Minimalistic support for counting IPv6 packets during captureJörg Mayer1-1/+11
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
2002-08-03We don't use anything from <sys/socket.h> (we need to know the AF_INET6Guy Harris1-5/+1
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+6
2002-07-30From Michael Tuexen: AF_INET6 support for DLT_NULL captures fromGuy Harris1-1/+2
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-73/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-02Only say "IPv6" once in the Info column for "no next header" packets.Guy Harris1-6/+7
2002-05-02Handle the "no next header" next header value specially - put into theGuy Harris1-24/+44
2002-03-27In the protocol tree entries for lists of fragments/segments, make theGuy Harris1-24/+24
2002-02-27Label the data source for various forms of reassembled data with theGuy Harris1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-3/+3
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20If reassembly is enabled, don't try to do any reassembly work at all onGuy Harris1-15/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-1/+5
2002-01-10As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-15/+15
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