Change from Ed Meaney - write capture files in binary, rather than ASCII
[obnox/wireshark/wip.git] / packet-smb.c
2000-01-22 guy"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 guyFix Gerald's e-mail address.
2000-01-07 gramDon't take strlen of TransactName if NULL. In fact...
1999-12-23 guyPatch from Greg Kilfoyle of Redback Networks:
1999-12-18 sharpeLatest patches for SMB decodes ... This fixes the bug...
1999-12-14 sharpeMore patches for packet-smb.c ...
1999-12-12 sharpeFixed up the problems with compilation warnings, as...
1999-12-10 oabadFixed a typo (tee instead of tree) in dissect_transact_next
1999-12-10 sharpeBeginning to handle LANMAN in a data-driven way, with...
1999-12-07 sharpeHere I am commit'ing again in a Qantas Club lounge :-)
1999-12-05 sharpeSome small fixes to the smb decoding of sessionsetup&X.
1999-11-30 gramCheck sanity of EntCount in lanman decode before going...
1999-11-27 sharpeFixed the problem of crashing when a NetServerEnum2...
1999-11-26 sharpeFixed the problem causing a SIGSEGV, and fixed problems...
1999-11-22 sharpeSome more fixups. Decode NetServerEnum2 responses...
1999-11-21 denielRemove debugging printf.
1999-11-20 sharpeAdded support or NetServerEnum2 LANMAN messages.
1999-11-18 sharpeAdded decode of the Election Criteria and a few other...
1999-11-18 guyCraig Rodrigues' fixes to let it compile on AIX using...
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 gramWe should be checking the value of loc_of_slash instead...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-16 sharpeI hope no one just committed something on this.
1999-11-14 sharpeOK,
1999-11-14 sharpeFixed some more small problems and added support for...
1999-11-11 sharpeSome general fixups and some fixes for protocol decode...
1999-10-27 gramAdded #include <time.h> for AIX.
1999-10-26 sharpeSome small fixes to get rid of compiler warnings
1999-10-24 guyExport the data structure used to represent a conversation.
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-16 denielRemove #define DEBUG_SMB_HASH
1999-10-16 sharpeCompleted first pass of state keeping code in packet...
1999-10-10 sharpeBig bunch of fixes to packet-smb.c for things I need.
1999-10-03 guy"gmtime()" takes a pointer to a "time_t", not a pointer...
1999-10-03 sharpeA bunch of fixes for SMB decode.
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-23 gramGot rid of ipv6 compiler warnings when compiling on...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-12 sharpeSome more updates. Now have open_andx decoded mostly...
1999-07-11 guyThe previous checkins were based on versions of the...
1999-07-10 sharpeMore decoding of fields. Now handle enumerated fields...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-01 sharpeFixed a small problem that would have prevented Etherea...
1999-06-28 sharpeAdded some more, auto-generated decoding to packet...
1999-06-01 guyUnfortunately, as the "cap_len" field in a "frame_data...
1999-05-13 sharpeRemoving some includes of tftp.h from places it should...
1999-05-11 guyTurn "arpaddr_to_str()" into "bytes_to_str()", and...
1999-05-11 guyAdd some SMB codes and error codes from the
1999-05-11 guyAdd decoding of DOS-format dates and times (one of...
1999-05-11 guySome of my fixes did get lost - put 'em back.
1999-05-11 sharpeSome clean-ups. I hope I have not disturbed any of...
1999-05-10 guyFix up the decode of "greater than core and up to and...
1999-05-10 guyDecode the "flags2" field in the SMB header.
1999-05-10 sharpeMode decoded SMBs ... Now decode part of a TCONX request,
1999-05-09 sharpeMinor changes to check if log info is working
1999-05-09 sharpeAdded new files for SMB decode: packet-smb.c, alignment...