Wireshark-commits: [Wireshark-commits] rev 33227: /trunk/ /trunk/epan/dissectors/: packet-smb.c pac

Date: Tue, 15 Jun 2010 14:03:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33227

User: stig
Date: 2010/06/15 07:03 AM

Log:
 From David Perez & Jose Pico from Taddong S.L. via bug 4451:
 This functionality keeps track of all SMB objects contained in a capture,
 and is able to export to a file a full or partial captured file that has
 been transfered through the SMB protocol. In a partial capture, the holes
 produced by the non-captured information are filled out with zeros.
 It includes the needed modifications of the SMB dissector in the way it keeps
 track of the opened SMB files and also to feed the eo_smb tap listener.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +225 -7    packet-smb.c    Modified
  +30 -3     packet-smb.h    Modified

Directory: /trunk/gtk/
  Changes    Path                   Action
  +1 -0      CMakeLists.txt         Modified
  +1 -0      Makefile.common        Modified
  +3 -2      export_object.c        Modified
  +4 -1      export_object.h        Modified
  +453 -0    export_object_smb.c    Added
  +1 -1      menus.c                Modified

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