Wireshark-commits: [Wireshark-commits] rev 27568: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sat, 28 Feb 2009 19:30:57 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27568

User: morriss
Date: 2009/02/28 11:30 AM

Log:
 From Toralf Forster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3216 :
 
 Implement mysql_dissect_row_packet().
 
 From me: change all tvb_length_remaining() calls to
 tvb_reported_length_remaining() so the dissector will throw an exception if
 the packets are truncated.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +41 -20    packet-mysql.c    Modified