Obscure email addresses and update entries.
[obnox/wireshark/wip.git] / packet-clnp.c
2003-04-22 denielRemove signal (old debuging code)
2003-04-20 guyAdd a pointer to an hf_ value for a "reassembled_in...
2003-04-20 guyPull much of the processing done after a call to "fragm...
2003-04-20 guyUse "fragment_add_check()" for IPv6 and CLNP reassembly...
2003-04-15 guyHave separate fields for the COTP and CLTP PDU types.
2003-04-15 guyFrom Laurent Meyer: add filterable fields to COTP.
2003-03-04 guyWhen deciding whether we have enough data in a lower...
2003-02-25 guyFrom Laurent Meyer: pass on to a subdissector user...
2003-02-04 deniel Add a list for heuristic dissectors for COTP/ISO 8473
2003-01-26 denielUpdate my email address in various places since my...
2003-01-20 guyMove into "call_dissector_work()" the stuff to handle...
2003-01-05 guyGet rid of global variables - pass them as arguments.
2002-12-19 sahlbergUpdate reassemble.c/show_item and all callers to use...
2002-11-01 guyRemove a newline from a string being put into the proto...
2002-10-24 guyAdd a "fragment_add_seq_next()" to reassemble fragments...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-07 guyAdd "show_fragment_seq_tree()", which is like "show_fra...
2002-06-04 guyGet rid of the "data_src" member of the "frame_data...
2002-05-30 guyDon't pass "tvb_reported_length_remaining(tvb, offset...
2002-04-30 guyFrom Joerg Mayer: get rid of unused PDU type argument to
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...