aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07A small set of patches to fix one small problem and start working on theRichard Sharpe1-12/+280
2000-07-30A small change to SMB dissector so it lists near the other SMB-relatedRichard Sharpe1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-25Assorted enhancements from Mark Burton.Guy Harris1-31/+415
2000-05-25Assorted padding fixes from Mark Burton.Guy Harris1-57/+74
2000-05-11Add tvbuff class.Gilbert Ramirez1-740/+740
2000-03-21Andreas Sikkema's patch to make the SMB dissector not blithely pass aGuy Harris1-3/+4
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez1-7/+1
2000-03-06Fix some "proto_tree_add_text()" calls.Guy Harris1-20/+20
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-1726/+39
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris1-2/+2
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
2000-01-07Don't take strlen of TransactName if NULL. In fact, don't do *anything*Gilbert Ramirez1-1/+4
1999-12-23Patch from Greg Kilfoyle of Redback Networks:Guy Harris1-5/+7
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