ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 35007: /trunk/ /trunk/epan/dissectors/: packet-tds.c /tr

Date: Mon, 22 Nov 2010 18:48:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35007

User: morriss
Date: 2010/11/22 10:48 AM

Log:
 From Emil Wojak via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5391 :
 
 I'd like to share my enhancements to the TDS dissector with everyone.
 The list of improvements follows:
 - nearly complete dissection of RPC calls,
 - detection and dissection of the ALL_HEADERS rule,
 - corrected some existing proto_tree fields to support filters,
 - other minor fixes where the interpretation of data conflicted with the
   official documentation from MS.
 
 I tested the new code on a variety of different TDS captures with many diverse
 RPC calls. The code compiles and works on 32-bit Linux, I didn't check those
 changes on other platforms though.
 
 From me:
 
 - terminate all value_strings
 - change ++*offset to *offset += 1 (I think that's more readable)
 - replace all the dissector assertions which could be caused by malformed
   packets with expert infos
 - Don't throw ReportedBoundsError when the packets have unexpected data in
   them, just report an expert info and continue on

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +1058 -118 packet-tds.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +4 -0      AUTHORS       Modified