aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitguy1-1726/+39
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theguy1-2/+2
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
2000-01-07Don't take strlen of TransactName if NULL. In fact, don't do *anything*gram1-1/+4
1999-12-23Patch from Greg Kilfoyle of Redback Networks:guy1-5/+7
1999-12-18Latest patches for SMB decodes ... This fixes the bug in large NetServerEnum2sharpe1-48/+92
1999-12-14More patches for packet-smb.c ...sharpe1-27/+124
1999-12-12Fixed up the problems with compilation warnings, as per some patchedsharpe1-22/+81
1999-12-10Fixed a typo (tee instead of tree) in dissect_transact_nextoabad1-2/+2
1999-12-10Beginning to handle LANMAN in a data-driven way, with tables etc.sharpe1-50/+260
1999-12-07Here I am commit'ing again in a Qantas Club lounge :-)sharpe1-58/+78
1999-12-05Some small fixes to the smb decoding of sessionsetup&X.sharpe1-4/+4
1999-11-30Check sanity of EntCount in lanman decode before going off andgram1-1/+5
1999-11-27Fixed the problem of crashing when a NetServerEnum2 with Level 0 issharpe1-24/+32
1999-11-26Fixed the problem causing a SIGSEGV, and fixed problems withsharpe1-13/+268
1999-11-22Some more fixups. Decode NetServerEnum2 responses, removed thosesharpe1-15/+158
1999-11-21Remove debugging printf.deniel1-12/+1
1999-11-20Added support or NetServerEnum2 LANMAN messages.sharpe1-342/+717
1999-11-18Added decode of the Election Criteria and a few other bits ofsharpe1-4/+89
1999-11-18Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerguy1-1/+2
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-4/+5
1999-11-16We should be checking the value of loc_of_slash instead of index. Itgram1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-34/+78
1999-11-16I hope no one just committed something on this.sharpe1-5/+10
1999-11-14OK,sharpe1-84/+278
1999-11-14Fixed some more small problems and added support for decodingsharpe1-52/+374
1999-11-11Some general fixups and some fixes for protocol decode problemssharpe1-17/+43
1999-10-27Added #include <time.h> for AIX.gram1-1/+2
1999-10-26Some small fixes to get rid of compiler warningssharpe1-7/+4
1999-10-24Export the data structure used to represent a conversation.guy1-7/+11
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"guy1-33/+39
1999-10-16Remove #define DEBUG_SMB_HASHdeniel1-3/+1
1999-10-16Completed first pass of state keeping code in packet-smb.c.sharpe1-69/+718
1999-10-10Big bunch of fixes to packet-smb.c for things I need.sharpe1-136/+216
1999-10-03"gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",guy1-2/+2
1999-10-03A bunch of fixes for SMB decode.sharpe1-161/+6046
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aguy1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toguy1-2/+2
1999-08-24Removed unnecessary #include "etypes.h" lines.gram1-2/+1
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aguy1-3/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,gram1-3/+16
1999-07-23Got rid of ipv6 compiler warnings when compiling on RedHat 6.0.gram1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-2/+3
1999-07-12Some more updates. Now have open_andx decoded mostly ... Still some funniessharpe1-714/+635
1999-07-11The previous checkins were based on versions of the file prior toguy1-295/+283
1999-07-10More decoding of fields. Now handle enumerated fields, but still havesharpe1-215/+900
1999-07-07Created a new protocol tree implementation and a new display filtergram1-220/+210
1999-07-01Fixed a small problem that would have prevented Ethereal from compiling.sharpe1-2/+2
1999-06-28Added some more, auto-generated decoding to packet-smb.c.sharpe1-3/+1051
1999-06-01Unfortunately, as the "cap_len" field in a "frame_data" is unsigned,guy1-2/+2