From Todd Sabin: allocate the buffer for the decrypted payload, rather
[obnox/wireshark/wip.git] / packet-sap.c
2002-12-02 guyDon't cast away constness, and fix variable and structu...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-21 tpotMoved the generic true_false_string saying "Set", ...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of some unnecessary includes.
2001-04-23 guyGet rid of END_OF_FRAME references in tvbuffified disse...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFixes, from Heikki Vatiainen, to bugs introduced by...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-10-17 gramThe Session Announcement Protocol version 2 is now...
2000-08-25 denielFix comment.
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-07 guyFix Gerald's e-mail address.
1999-11-22 gramAdded Heikki Vatiainen's patch to "quiet down" the...
1999-11-17 guyPrint unsigned quantities with "%u", not "%d".
1999-11-17 guyHeikki Vatiainen's SAP (Session Announcement Protocol...