aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-16Export "protocol_t" as an opaque type.guy1-2/+2
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,guy1-7/+1
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notguy1-8/+3
2003-05-28COTP reassembly, from Laurent Meyer.guy1-20/+160
2003-05-24Fix more string-related nits found by Timo Sirainen/gerald1-2/+2
2003-04-22Remove signal (old debuging code)deniel1-4/+1
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-4/+10
2003-04-20Pull much of the processing done after a call to "fragment_add_check()"guy1-22/+9
2003-04-20Use "fragment_add_check()" for IPv6 and CLNP reassembly. (Possibly anguy1-3/+6
2003-04-15Have separate fields for the COTP and CLTP PDU types.guy1-77/+70
2003-04-15From Laurent Meyer: add filterable fields to COTP.guy1-48/+76
2003-03-04When deciding whether we have enough data in a lower-level packet toguy1-3/+3
2003-02-25From Laurent Meyer: pass on to a subdissector user data for COTP CR/CCguy1-5/+27
2003-02-04 Add a list for heuristic dissectors for COTP/ISO 8473deniel1-5/+18
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inguy1-51/+8
2003-01-05Get rid of global variables - pass them as arguments.guy1-57/+79
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...sahlberg1-3/+3
2002-11-01Remove a newline from a string being put into the protocol tree.guy1-2/+2
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-98/+98
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-26/+22
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-74/+16
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-30Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthguy1-6/+9
2002-04-30From Joerg Mayer: get rid of unused PDU type argument toguy1-3/+2
2002-04-07Get rid of the unused "pinfo" argument to "dissect_osi_options()".guy1-2/+2
2002-03-31Get rid of an unused argument.guy1-5/+3
2002-03-27In the protocol tree entries for lists of fragments/segments, make theguy1-24/+24
2002-02-27Label the data source for various forms of reassembled data with theguy1-2/+2
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-3/+3
2002-01-30Make some variables volatile because GCC on Digital UNIX complainedguy1-7/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-20If reassembly is enabled, don't try to do any reassembly work at all onguy1-21/+10
2002-01-17Use the "fragmented" field of the "packet_info" structure inguy1-4/+10
2002-01-10As per a comment from Ronnie Sahlberg, display TCP sequence numbers inguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-50/+50
2001-12-04Add the ISO 8473 CLNP dissector handle to the dissector table for X.25guy1-1/+2
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-5/+7
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-13/+16
2001-11-21If we have to worry about subdissectors changing the "packet_info"guy1-10/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"guy1-13/+4
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"guy1-2/+1
2001-11-092^n is 1 << n, not 2 << n.guy1-2/+2
2001-10-01Have a flag in the "packet_info" structure, which indicates whether theguy1-2/+16
2001-09-27When dissecting an ICMP datagram that contains part of an IP datagram,guy1-4/+13
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-19/+19
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-2/+2
2001-06-08Don't display the data portion of an ER NPDU - we dissect it as a CLNPguy1-4/+4
2001-06-08Move the fragment reassembly code into "reassemble.c" andguy1-9/+215