aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-2/+2
2001-06-05Fix a typo.guy1-2/+2
2001-05-20Fix up a cast so that it properly sign-extends the server time zone;guy1-3/+3
2001-03-20Put in a note about the use of some currently-undissected fields in theguy1-1/+29
2001-03-18Correctly handle Interim responses to TRANSACTION requests.guy1-11/+45
2001-01-29Added a new error code I just found ... no such share.sharpe1-1/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-5/+6
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-12-17Patches to prevent problems under Windows when time formats are negative.sharpe1-8/+15
2000-11-22Apply Jeroen Ruigrok van der Werven's patches ...sharpe1-6/+6
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-10-21Support for conversations with "wildcard" destination addresses, fromguy1-5/+5
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-07A small set of patches to fix one small problem and start working on thesharpe1-12/+280
2000-07-30A small change to SMB dissector so it lists near the other SMB-relatedsharpe1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-2/+2
2000-05-25Assorted enhancements from Mark Burton.guy1-31/+415
2000-05-25Assorted padding fixes from Mark Burton.guy1-57/+74
2000-05-11Add tvbuff class.gram1-740/+740
2000-03-21Andreas Sikkema's patch to make the SMB dissector not blithely pass aguy1-3/+4
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forgram1-7/+1
2000-03-06Fix some "proto_tree_add_text()" calls.guy1-20/+20
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitguy1-1726/+39
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theguy1-2/+2
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
2000-01-07Don't take strlen of TransactName if NULL. In fact, don't do *anything*gram1-1/+4
1999-12-23Patch from Greg Kilfoyle of Redback Networks:guy1-5/+7
1999-12-18Latest patches for SMB decodes ... This fixes the bug in large NetServerEnum2sharpe1-48/+92
1999-12-14More patches for packet-smb.c ...sharpe1-27/+124
1999-12-12Fixed up the problems with compilation warnings, as per some patchedsharpe1-22/+81
1999-12-10Fixed a typo (tee instead of tree) in dissect_transact_nextoabad1-2/+2
1999-12-10Beginning to handle LANMAN in a data-driven way, with tables etc.sharpe1-50/+260
1999-12-07Here I am commit'ing again in a Qantas Club lounge :-)sharpe1-58/+78
1999-12-05Some small fixes to the smb decoding of sessionsetup&X.sharpe1-4/+4
1999-11-30Check sanity of EntCount in lanman decode before going off andgram1-1/+5
1999-11-27Fixed the problem of crashing when a NetServerEnum2 with Level 0 issharpe1-24/+32
1999-11-26Fixed the problem causing a SIGSEGV, and fixed problems withsharpe1-13/+268
1999-11-22Some more fixups. Decode NetServerEnum2 responses, removed thosesharpe1-15/+158
1999-11-21Remove debugging printf.deniel1-12/+1
1999-11-20Added support or NetServerEnum2 LANMAN messages.sharpe1-342/+717
1999-11-18Added decode of the Election Criteria and a few other bits ofsharpe1-4/+89
1999-11-18Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerguy1-1/+2
1999-11-17Provide a general mechanism by which dissectors can register "init"guy1-4/+5
1999-11-16We should be checking the value of loc_of_slash instead of index. Itgram1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-34/+78
1999-11-16I hope no one just committed something on this.sharpe1-5/+10
1999-11-14OK,sharpe1-84/+278
1999-11-14Fixed some more small problems and added support for decodingsharpe1-52/+374
1999-11-11Some general fixups and some fixes for protocol decode problemssharpe1-17/+43