http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37286
User: guy
Date: 2011/05/19 02:47 AM
Log:
The routines declared in packet-smb.h are defined in packet-smb.c;
include packet-smb.h in packet-smb.c so that we check the declarations
against the definitions.
In query ops, info level 2 is Query EA Size, not Query EAs From List.
In set ops, info level 2 is Set EAs, not Query EA Size.
Expand the constants for the Trans2 subcodes to 16 bits.
The tvb argument to dissect_find_file_unix_info2() is used.
Directory: /trunk/epan/dissectors/
Changes Path Action
+54 -55 packet-smb.c Modified