aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-27Note that this is another client for reassembly using connectionGuy Harris1-1/+8
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-2/+2
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-7/+1
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-8/+3
2003-05-28COTP reassembly, from Laurent Meyer.Guy Harris1-20/+160
2003-05-24Fix more string-related nits found by Timo Sirainen/Gerald Combs1-2/+2
2003-04-22Remove signal (old debuging code)Laurent Deniel1-4/+1
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-22/+9
2003-04-20Use "fragment_add_check()" for IPv6 and CLNP reassembly. (Possibly anGuy Harris1-3/+6
2003-04-15Have separate fields for the COTP and CLTP PDU types.Guy Harris1-77/+70
2003-04-15From Laurent Meyer: add filterable fields to COTP.Guy Harris1-48/+76
2003-03-04When deciding whether we have enough data in a lower-level packet toGuy Harris1-3/+3
2003-02-25From Laurent Meyer: pass on to a subdissector user data for COTP CR/CCGuy Harris1-5/+27
2003-02-04 Add a list for heuristic dissectors for COTP/ISO 8473Laurent Deniel1-5/+18
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-51/+8
2003-01-05Get rid of global variables - pass them as arguments.Guy Harris1-57/+79
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-11-01Remove a newline from a string being put into the protocol tree.Guy Harris1-2/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-98/+98
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-26/+22
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-74/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris1-6/+9
2002-04-30From Joerg Mayer: get rid of unused PDU type argument toGuy Harris1-3/+2
2002-04-07Get rid of the unused "pinfo" argument to "dissect_osi_options()".Guy Harris1-2/+2
2002-03-31Get rid of an unused argument.Guy Harris1-5/+3
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-01-30Make some variables volatile because GCC on Digital UNIX complainedGuy Harris1-7/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-20If reassembly is enabled, don't try to do any reassembly work at all onGuy Harris1-21/+10
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-4/+10
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-50/+50
2001-12-04Add the ISO 8473 CLNP dissector handle to the dissector table for X.25Guy Harris1-1/+2
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-5/+7
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-13/+16
2001-11-21If we have to worry about subdissectors changing the "packet_info"Guy Harris1-10/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-13/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-2/+1
2001-11-092^n is 1 << n, not 2 << n.Guy Harris1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theGuy Harris1-2/+16
2001-09-27When dissecting an ICMP datagram that contains part of an IP datagram,Guy Harris1-4/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-19/+19
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-2/+2
2001-06-08Don't display the data portion of an ER NPDU - we dissect it as a CLNPGuy Harris1-4/+4