aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some small fixes to get rid of compiler warningsRichard Sharpe1999-10-261-7/+4
* Export the data structure used to represent a conversation.Guy Harris1999-10-241-7/+11
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-33/+39
* Remove #define DEBUG_SMB_HASHLaurent Deniel1999-10-161-3/+1
* Completed first pass of state keeping code in packet-smb.c.Richard Sharpe1999-10-161-69/+718
* Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1999-10-101-136/+216
* "gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",Guy Harris1999-10-031-2/+2
* A bunch of fixes for SMB decode.Richard Sharpe1999-10-031-161/+6046
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-3/+1