aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-05Correctly compute the OSI checksum.guy1-4/+35
2001-05-27In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPguy1-1/+29
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,guy1-3/+1
2001-03-15Add a new AT_OSI address type.guy1-5/+5
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all thegram1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+3
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-4/+7
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-4/+4
2000-12-23Report the holding time of a CLNP packet, in seconds, as seconds plusguy1-5/+14
2000-12-23Show the type/flags byte of a CLNP PDU with a subtree dissecting theguy1-2/+21
2000-12-23Dissect the payload of a CLNP ER packet as a CLNP packet, so you knowguy1-4/+22