Initial support for writing NetXRay 2.x (Windows Sniffer) format
[obnox/wireshark/wip.git] / packet-clnp.c
2002-04-07 guyGet rid of the unused "pinfo" argument to "dissect_osi_...
2002-03-31 guyGet rid of an unused argument.
2002-03-27 guyIn the protocol tree entries for lists of fragments...
2002-02-27 guyLabel the data source for various forms of reassembled...
2002-02-18 guyDon't give tvbuffs names; instead, give data sources...
2002-01-30 guyMake some variables volatile because GCC on Digital...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2002-01-20 guyIf reassembly is enabled, don't try to do any reassembl...
2002-01-17 guyUse the "fragmented" field of the "packet_info" structu...
2002-01-10 guyAs per a comment from Ronnie Sahlberg, display TCP...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-04 guyAdd the ISO 8473 CLNP dissector handle to the dissector...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-26 hagbardMoved from using dissect_data() to using call_dissector()
2001-11-21 guyIf we have to worry about subdissectors changing the...
2001-11-20 guyGet rid of the "len" and "captured_len" members of...
2001-11-15 guyGet rid of NullTVB, the "compat_top_tvb" member of...
2001-11-09 guy2^n is 1 << n, not 2 << n.
2001-10-01 guyHave a flag in the "packet_info" structure, which indic...
2001-09-27 guyWhen dissecting an ICMP datagram that contains part...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-18 guyVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-06-08 guyDon't display the data portion of an ER NPDU - we disse...
2001-06-08 guyMove the fragment reassembly code into "reassemble...
2001-06-05 guyCorrectly compute the OSI checksum.
2001-05-27 guyIn the ICMPv6 and OSI CLNP dissectors, when calling...
2001-03-30 guyNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-15 guyAdd a new AT_OSI address type.
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-23 guyReport the holding time of a CLNP packet, in seconds...
2000-12-23 guyShow the type/flags byte of a CLNP PDU with a subtree...
2000-12-23 guyDissect the payload of a CLNP ER packet as a CLNP packe...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-19 guyRegister the OSI transport dissector by name, and make...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-06 denielAdd some preferences in OSI CLNP/COTP/CLTP module to...
2000-07-10 guyTreat only ASCII characters as printable in TSAPs;...
2000-07-01 guyAdd support for OSI CLTP.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-05-05 guyAdd routines to:
2000-04-28 guyChanges from Gerrit Gehnen to
2000-04-18 deniel Fix the checksum option decoding in the CC/CR TPDU...
2000-04-17 guyRegister an "osinl" dissector table for ISO/IEC TR...
2000-04-16 deniel Remove TODO comments about NSAP and ISIS decodings...
2000-04-15 guyRalf Schneider's changes to enhance to OSI CLNP, CLTP...