aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris158-790/+1169
2001-12-03Get rid of an unused variable, and fix a comment.Guy Harris1-3/+2
2001-12-03As you set a conversation dissector by supplying a dissector handleGuy Harris5-24/+20
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callGuy Harris1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.Guy Harris1-18/+27
2001-12-02Add a new header file for X.264 transport protocol IDs.Guy Harris3-12/+54
2001-12-02From John McDermott:Guy Harris3-105/+99
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris6-137/+303
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris7-14/+186
2001-11-30Make "fr_subdissector_table" static - it's not used outside the FrameGuy Harris2-7/+3
2001-11-29Add support for OSI CLNP over GRE, as per mail from Mrmcsnoots@aol.com.Guy Harris1-1/+2
2001-11-29Update from Ronnie Sahlberg:Guy Harris5-14/+65
2001-11-29When processing a response, check whether "si->sip" is null before usingGuy Harris1-3/+3
2001-11-28Squelch compiler warnings.Guy Harris1-2/+2
2001-11-28From Ronnie Sahlberg: track FID values between requesta and responsesGuy Harris1-6/+35
2001-11-28If a request has already been processed, and we fail to find itsGuy Harris4-144/+123
2001-11-28Updates to transaction reassembly, from Ronnie Sahlberg.Guy Harris3-237/+239
2001-11-28Support for 802.11+Prism II monitor-mode link-layer headers, fromGuy Harris11-9/+277
2001-11-28OSPFv3 checksum fix, from Taisuke Sasaki.Guy Harris3-19/+55
2001-11-27Add { 0, NULL } terminators to some "value_string" arrays lacking them.Guy Harris4-11/+21
2001-11-27When returning the length of the DCE RPC PDU, add 4 if the packet wasGuy Harris1-5/+13
2001-11-27Rename the heuristic dissector table "msrpc" to "smb_transact", toGuy Harris2-7/+7
2001-11-27From Todd Sabin:Guy Harris6-56/+383
2001-11-27Thou shalt not use C++-style comments in C code, for they upset some CGuy Harris3-6/+6
2001-11-27Get rid of some code to set "pinfo->current_proto"; let the EtherealGuy Harris3-11/+5
2001-11-27Reflect the change to "conversation_set_dissector()" to take a dissectorGuy Harris1-9/+34
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris26-177/+150
2001-11-27Remove an extra blank from a data source name.Guy Harris1-2/+10
2001-11-27Fixes from Ronnie Sahlberg for fragmented transactions - handle nullGuy Harris1-11/+22
2001-11-27Clarify what the tvbuff handed to a dissector contains (i.e., it's notGuy Harris1-6/+8
2001-11-27Note that LDP is documented in RFC 3036.Guy Harris1-2/+2
2001-11-27Handle the case of multiple LDP PDUs per TCP segment. (Still needs toGuy Harris1-31/+87
2001-11-27WCCP capability info dissection bug fix, from Raghu Angadi.Guy Harris3-4/+9
2001-11-26In "smb_trans_defragment()", quit if "si->sip" is null, as it means weGuy Harris1-1/+12
2001-11-26Add some comments.Guy Harris1-1/+12
2001-11-26From Ronnie Sahlberg: reassemble transaction data if transactionGuy Harris1-29/+151
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke8-37/+17
2001-11-26Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_XEd Warnicke12-24/+41
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke38-118/+253
2001-11-26Added a proto_reg_handoff_frame() function and switched fromEd Warnicke1-2/+9
2001-11-26Clean up the stuff that creates the pipe protocol subtree; it shouldn'tGuy Harris1-14/+17
2001-11-26Moved from using dissect_data to using call_dissector()Ed Warnicke6-17/+31
2001-11-25From Ronnie Sahlberg: fix a check for a null tvbuff pointer to check theGuy Harris1-2/+2
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke12-41/+69
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke10-25/+46
2001-11-25Added hooks to be able to call dissect_data as via a handle.Ed Warnicke1-1/+9
2001-11-25Remove a duplicate entry from the SAP table, and move an entry in thatGuy Harris1-3/+2
2001-11-25Throw in a large pile of additional SAP values.Guy Harris1-43/+223
2001-11-24Finish removing the pointer to the no-longer-extant global "packet_info"Guy Harris2-5/+2