aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-98/+98
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-26/+22
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-74/+16
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourthGuy Harris2002-05-301-6/+9
* From Joerg Mayer: get rid of unused PDU type argument toGuy Harris2002-04-301-3/+2
* Get rid of the unused "pinfo" argument to "dissect_osi_options()".Guy Harris2002-04-071-2/+2
* Get rid of an unused argument.Guy Harris2002-03-311-5/+3
* In the protocol tree entries for lists of fragments/segments, make theGuy Harris2002-03-271-24/+24
* Label the data source for various forms of reassembled data with theGuy Harris2002-02-271-2/+2
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-3/+3
* Make some variables volatile because GCC on Digital UNIX complainedGuy Harris2002-01-301-7/+7
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* If reassembly is enabled, don't try to do any reassembly work at all onGuy Harris2002-01-201-21/+10
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-4/+10
* As per a comment from Ronnie Sahlberg, display TCP sequence numbers inGuy Harris2002-01-101-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-50/+50
* Add the ISO 8473 CLNP dissector handle to the dissector table for X.25Guy Harris2001-12-041-1/+2
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-5/+7
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-13/+16
* If we have to worry about subdissectors changing the "packet_info"Guy Harris2001-11-211-10/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-13/+4
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-2/+1
* 2^n is 1 << n, not 2 << n.Guy Harris2001-11-091-2/+2
* Have a flag in the "packet_info" structure, which indicates whether theGuy Harris2001-10-011-2/+16
* When dissecting an ICMP datagram that contains part of an IP datagram,Guy Harris2001-09-271-4/+13
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-19/+19
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-2/+2
* Don't display the data portion of an ER NPDU - we dissect it as a CLNPGuy Harris2001-06-081-4/+4
* Move the fragment reassembly code into "reassemble.c" andGuy Harris2001-06-081-9/+215
* Correctly compute the OSI checksum.Guy Harris2001-06-051-4/+35
* In the ICMPv6 and OSI CLNP dissectors, when calling the IPv6 or CLNPGuy Harris2001-05-271-1/+29
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-3/+1
* Add a new AT_OSI address type.Guy Harris2001-03-151-5/+5
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+3
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-4/+7
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-4/+4
* Report the holding time of a CLNP packet, in seconds, as seconds plusGuy Harris2000-12-231-5/+14
* Show the type/flags byte of a CLNP PDU with a subtree dissecting theGuy Harris2000-12-231-2/+21
* Dissect the payload of a CLNP ER packet as a CLNP packet, so you knowGuy Harris2000-12-231-4/+22
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+4
* Register the OSI transport dissector by name, and make it static.Guy Harris2000-11-191-3/+4
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-414/+447
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-19/+19
* Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to:Laurent Deniel2000-08-061-2/+20
* Treat only ASCII characters as printable in TSAPs; otherwise, as 0xffGuy Harris2000-07-101-3/+10