Rename function and variables for dissecting an NT service Account Control
[obnox/wireshark/wip.git] / packet-sip.c
2002-02-02 guyUse "tvb_offset_exists()" to check whether there's...
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-11-25 hagbardSwitched from calling dissect_data to using call_dissector
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-08-23 guy"sip_is_request()" is intended to indicate whether...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-01-30 geraldSlightly better invalid packet handling.
2001-01-30 geraldFix a bounds checking problem when handed an invalid...
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 guyFor each column, have both a buffer into which strings...
2000-11-18 gramdissect_sip() was incorrectly always calling the next...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-15 guyAdd a mechanism by which a dissector can be registered...
2000-11-13 guyAs the SDP dissector now appends to, rather than overwr...
2000-11-11 guyUpdates from Heikki Vatiainen.
2000-11-10 guyTvbuffify the SAP and SDP dissectors.
2000-11-04 guySIP dissector, from Heikki Vatiainen.