aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
1999-12-18Latest patches for SMB decodes ... This fixes the bug in large NetServerEnum2Richard Sharpe1-48/+92
1999-12-14More patches for packet-smb.c ...Richard Sharpe1-27/+124
1999-12-12Fixed up the problems with compilation warnings, as per some patchedRichard Sharpe1-22/+81
1999-12-10Fixed a typo (tee instead of tree) in dissect_transact_nextOlivier Abad1-2/+2
1999-12-10Beginning to handle LANMAN in a data-driven way, with tables etc.Richard Sharpe1-50/+260
1999-12-07Here I am commit'ing again in a Qantas Club lounge :-)Richard Sharpe1-58/+78
1999-12-05Some small fixes to the smb decoding of sessionsetup&X.Richard Sharpe1-4/+4
1999-11-30Check sanity of EntCount in lanman decode before going off andGilbert Ramirez1-1/+5
1999-11-27Fixed the problem of crashing when a NetServerEnum2 with Level 0 isRichard Sharpe1-24/+32
1999-11-26Fixed the problem causing a SIGSEGV, and fixed problems withRichard Sharpe1-13/+268
1999-11-22Some more fixups. Decode NetServerEnum2 responses, removed thoseRichard Sharpe1-15/+158
1999-11-21Remove debugging printf.Laurent Deniel1-12/+1
1999-11-20Added support or NetServerEnum2 LANMAN messages.Richard Sharpe1-342/+717
1999-11-18Added decode of the Election Criteria and a few other bits ofRichard Sharpe1-4/+89
1999-11-18Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerGuy Harris1-1/+2
1999-11-17Provide a general mechanism by which dissectors can register "init"Guy Harris1-4/+5
1999-11-16We should be checking the value of loc_of_slash instead of index. ItGilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-34/+78
1999-11-16I hope no one just committed something on this.Richard Sharpe1-5/+10
1999-11-14OK,Richard Sharpe1-84/+278
1999-11-14Fixed some more small problems and added support for decodingRichard Sharpe1-52/+374
1999-11-11Some general fixups and some fixes for protocol decode problemsRichard Sharpe1-17/+43
1999-10-27Added #include <time.h> for AIX.Gilbert Ramirez1-1/+2
1999-10-26Some small fixes to get rid of compiler warningsRichard Sharpe1-7/+4
1999-10-24Export the data structure used to represent a conversation.Guy Harris1-7/+11
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-33/+39
1999-10-16Remove #define DEBUG_SMB_HASHLaurent Deniel1-3/+1
1999-10-16Completed first pass of state keeping code in packet-smb.c.Richard Sharpe1-69/+718
1999-10-10Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1-136/+216
1999-10-03"gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",Guy Harris1-2/+2
1999-10-03A bunch of fixes for SMB decode.Richard Sharpe1-161/+6046
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-2/+2
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-2/+2
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-08-18Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1-3/+1
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+16
1999-07-23Got rid of ipv6 compiler warnings when compiling on RedHat 6.0.Gilbert Ramirez1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-2/+3
1999-07-12Some more updates. Now have open_andx decoded mostly ... Still some funniesRichard Sharpe1-714/+635
1999-07-11The previous checkins were based on versions of the file prior toGuy Harris1-295/+283
1999-07-10More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe1-215/+900
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-220/+210
1999-07-01Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe1-2/+2
1999-06-28Added some more, auto-generated decoding to packet-smb.c.Richard Sharpe1-3/+1051
1999-06-01Unfortunately, as the "cap_len" field in a "frame_data" is unsigned,Guy Harris1-2/+2
1999-05-13Removing some includes of tftp.h from places it should not beRichard Sharpe1-2/+1
1999-05-11Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1-14/+97
1999-05-11Add some SMB codes and error codes from theGuy Harris1-17/+20
1999-05-11Add decoding of DOS-format dates and times (one of the N differentGuy Harris1-3/+31
1999-05-11Some of my fixes did get lost - put 'em back.Guy Harris1-9/+34