aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-11-19Register the OSI transport dissector by name, and make it static.guy1-3/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-414/+447
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-19/+19
2000-08-06Add some preferences in OSI CLNP/COTP/CLTP module to allow the user to:deniel1-2/+20
2000-07-10Treat only ASCII characters as printable in TSAPs; otherwise, as 0xffguy1-3/+10
2000-07-01Add support for OSI CLTP.guy1-723/+761
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-19/+19
2000-05-11Add tvbuff class.gram1-181/+181
2000-05-05Add routines to:guy1-5/+10
2000-04-28Changes from Gerrit Gehnen toguy1-3/+7