aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-08Move the fragment reassembly code into "reassemble.c" andGuy Harris1-9/+215
2001-06-05Correctly compute the OSI checksum.Guy Harris1-4/+35
2001-05-27In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPGuy Harris1-1/+29
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-3/+1
2001-03-15Add a new AT_OSI address type.Guy Harris1-5/+5
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-5/+3
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-4/+7
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-4/+4
2000-12-23Report the holding time of a CLNP packet, in seconds, as seconds plusGuy Harris1-5/+14
2000-12-23Show the type/flags byte of a CLNP PDU with a subtree dissecting theGuy Harris1-2/+21
2000-12-23Dissect the payload of a CLNP ER packet as a CLNP packet, so you knowGuy Harris1-4/+22
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-19Register the OSI transport dissector by name, and make it static.Guy Harris1-3/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-414/+447
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-19/+19