aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Guy Harris2001-06-051-2/+2
* Fix up a cast so that it properly sign-extends the server time zone;Guy Harris2001-05-201-3/+3
* Put in a note about the use of some currently-undissected fields in theGuy Harris2001-03-201-1/+29
* Correctly handle Interim responses to TRANSACTION requests.Guy Harris2001-03-181-11/+45
* Added a new error code I just found ... no such share.Richard Sharpe2001-01-291-1/+2
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-5/+6
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* Patches to prevent problems under Windows when time formats are negative.Richard Sharpe2000-12-171-8/+15
* Apply Jeroen Ruigrok van der Werven's patches ...Richard Sharpe2000-11-221-6/+6
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Support for conversations with "wildcard" destination addresses, fromGuy Harris2000-10-211-5/+5
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* A small set of patches to fix one small problem and start working on theRichard Sharpe2000-08-071-12/+280
* A small change to SMB dissector so it lists near the other SMB-relatedRichard Sharpe2000-07-301-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Assorted enhancements from Mark Burton.Guy Harris2000-05-251-31/+415
* Assorted padding fixes from Mark Burton.Guy Harris2000-05-251-57/+74
* Add tvbuff class.Gilbert Ramirez2000-05-111-740/+740
* Andreas Sikkema's patch to make the SMB dissector not blithely pass aGuy Harris2000-03-211-3/+4
* Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez2000-03-201-7/+1
* Fix some "proto_tree_add_text()" calls.Guy Harris2000-03-061-20/+20
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-1726/+39
* "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris2000-01-221-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Don't take strlen of TransactName if NULL. In fact, don't do *anything*Gilbert Ramirez2000-01-071-1/+4
* Patch from Greg Kilfoyle of Redback Networks:Guy Harris1999-12-231-5/+7
* Latest patches for SMB decodes ... This fixes the bug in large NetServerEnum2Richard Sharpe1999-12-181-48/+92
* More patches for packet-smb.c ...Richard Sharpe1999-12-141-27/+124
* Fixed up the problems with compilation warnings, as per some patchedRichard Sharpe1999-12-121-22/+81
* Fixed a typo (tee instead of tree) in dissect_transact_nextOlivier Abad1999-12-101-2/+2
* Beginning to handle LANMAN in a data-driven way, with tables etc.Richard Sharpe1999-12-101-50/+260
* Here I am commit'ing again in a Qantas Club lounge :-)Richard Sharpe1999-12-071-58/+78
* Some small fixes to the smb decoding of sessionsetup&X.Richard Sharpe1999-12-051-4/+4
* Check sanity of EntCount in lanman decode before going off andGilbert Ramirez1999-11-301-1/+5
* Fixed the problem of crashing when a NetServerEnum2 with Level 0 isRichard Sharpe1999-11-271-24/+32
* Fixed the problem causing a SIGSEGV, and fixed problems withRichard Sharpe1999-11-261-13/+268
* Some more fixups. Decode NetServerEnum2 responses, removed thoseRichard Sharpe1999-11-221-15/+158
* Remove debugging printf.Laurent Deniel1999-11-211-12/+1
* Added support or NetServerEnum2 LANMAN messages.Richard Sharpe1999-11-201-342/+717
* Added decode of the Election Criteria and a few other bits ofRichard Sharpe1999-11-181-4/+89
* Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerGuy Harris1999-11-181-1/+2
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-4/+5
* We should be checking the value of loc_of_slash instead of index. ItGilbert Ramirez1999-11-161-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-34/+78
* I hope no one just committed something on this.Richard Sharpe1999-11-161-5/+10
* OK,Richard Sharpe1999-11-141-84/+278
* Fixed some more small problems and added support for decodingRichard Sharpe1999-11-141-52/+374
* Some general fixups and some fixes for protocol decode problemsRichard Sharpe1999-11-111-17/+43
* Added #include <time.h> for AIX.Gilbert Ramirez1999-10-271-1/+2