aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-20Handle Negotiate Protocol replies with the "extended security"Guy Harris1-19/+52
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
2001-06-05Fix a typo.Guy Harris1-2/+2
2001-05-20Fix up a cast so that it properly sign-extends the server time zone;Guy Harris1-3/+3
2001-03-20Put in a note about the use of some currently-undissected fields in theGuy Harris1-1/+29
2001-03-18Correctly handle Interim responses to TRANSACTION requests.Guy Harris1-11/+45
2001-01-29Added a new error code I just found ... no such share.Richard Sharpe1-1/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-5/+6
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-17Patches to prevent problems under Windows when time formats are negative.Richard Sharpe1-8/+15
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe1-6/+6
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris1-5/+5
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