Add "idl2eth.1" to the list of files to ignore in CVS; it's a generated
[obnox/wireshark/wip.git] / packet-smb.c
2001-08-27 guyUse the descriptor strings when dissecting remote APIs...
2001-08-27 guyShow the Capabilities field in a Session Setup and...
2001-08-27 guyShow buffer formats symbolically as well as numerically.
2001-08-27 guyFix a number of SMB dissectors to correctly handle...
2001-08-27 guyMake a routine to handle fetching strings that are...
2001-08-11 guyFix a typo in a comment.
2001-08-11 guyIn the Info column for transaction responses for which...
2001-08-11 guyIf the matching request for a transaction reply wasn...
2001-08-11 guyDisplay padding and data fields in transaction requests...
2001-08-11 guySquelch a compiler warning.
2001-08-11 sharpeChange the SMB header to being a separate break-out...
2001-08-11 guyKeep track of transaction replies that have continuatio...
2001-08-07 guyTvbuffified SMB mailslot protocol dissector, from Ronni...
2001-08-06 guyThe MID in an SMB message is not a transaction ID in...
2001-08-05 guyRemote API protocol (that seems to be what it's called...
2001-08-05 guyUse the #define SMB_FLAGS_DIRN, rather than its numeric...
2001-08-05 guyAdd a request/response flag to the "struct smb_info...
2001-08-04 guyUse "val_to_str()" to convert TRANSACT2 transaction...
2001-08-02 guyAlways initialize the "last_transact_command", "last_pa...
2001-08-02 guyThe "mid" field of the "smb_request_val" structure...
2001-08-02 guyWhen looking for the request that matches a reply,...
2001-08-02 guyMake some variables and routines not used outside ...
2001-08-02 guyPut in some checks to make sure we're not running past...
2001-07-30 guyParameters to Transact and Transact2 calls are usually...
2001-06-20 guyHandle Negotiate Protocol replies with the "extended...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-05 guyFix a typo.
2001-05-20 guyFix up a cast so that it properly sign-extends the...
2001-03-20 guyPut in a note about the use of some currently-undissect...
2001-03-18 guyCorrectly handle Interim responses to TRANSACTION requests.
2001-01-29 sharpeAdded a new error code I just found ... no such share.
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-17 sharpePatches to prevent problems under Windows when time...
2000-11-22 sharpeApply Jeroen Ruigrok van der Werven's patches ...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-10-21 guySupport for conversations with "wildcard" destination...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 sharpeA small set of patches to fix one small problem and...
2000-07-30 sharpeA small change to SMB dissector so it lists near the...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-25 guyAssorted enhancements from Mark Burton.
2000-05-25 guyAssorted padding fixes from Mark Burton.
2000-05-11 gramAdd tvbuff class.
2000-03-21 guyAndreas Sikkema's patch to make the SMB dissector not...
2000-03-20 gramChange dfilter_init() to check for empty-string abbrevi...
2000-03-06 guyFix some "proto_tree_add_text()" calls.
2000-02-14 guyJeff Foster's SMB Mailslot and Netlogin dissectors...
2000-01-22 guy"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 guyFix Gerald's e-mail address.
2000-01-07 gramDon't take strlen of TransactName if NULL. In fact...
1999-12-23 guyPatch from Greg Kilfoyle of Redback Networks:
1999-12-18 sharpeLatest patches for SMB decodes ... This fixes the bug...
1999-12-14 sharpeMore patches for packet-smb.c ...
1999-12-12 sharpeFixed up the problems with compilation warnings, as...
1999-12-10 oabadFixed a typo (tee instead of tree) in dissect_transact_next
1999-12-10 sharpeBeginning to handle LANMAN in a data-driven way, with...
1999-12-07 sharpeHere I am commit'ing again in a Qantas Club lounge :-)
1999-12-05 sharpeSome small fixes to the smb decoding of sessionsetup&X.
1999-11-30 gramCheck sanity of EntCount in lanman decode before going...
1999-11-27 sharpeFixed the problem of crashing when a NetServerEnum2...
1999-11-26 sharpeFixed the problem causing a SIGSEGV, and fixed problems...
1999-11-22 sharpeSome more fixups. Decode NetServerEnum2 responses...
1999-11-21 denielRemove debugging printf.
1999-11-20 sharpeAdded support or NetServerEnum2 LANMAN messages.
1999-11-18 sharpeAdded decode of the Election Criteria and a few other...
1999-11-18 guyCraig Rodrigues' fixes to let it compile on AIX using...
1999-11-17 guyProvide a general mechanism by which dissectors can...
1999-11-16 gramWe should be checking the value of loc_of_slash instead...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-16 sharpeI hope no one just committed something on this.
1999-11-14 sharpeOK,
1999-11-14 sharpeFixed some more small problems and added support for...
1999-11-11 sharpeSome general fixups and some fixes for protocol decode...
1999-10-27 gramAdded #include <time.h> for AIX.
1999-10-26 sharpeSome small fixes to get rid of compiler warnings
1999-10-24 guyExport the data structure used to represent a conversation.
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-16 denielRemove #define DEBUG_SMB_HASH
1999-10-16 sharpeCompleted first pass of state keeping code in packet...
1999-10-10 sharpeBig bunch of fixes to packet-smb.c for things I need.
1999-10-03 guy"gmtime()" takes a pointer to a "time_t", not a pointer...
1999-10-03 sharpeA bunch of fixes for SMB decode.
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 guyConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-23 gramGot rid of ipv6 compiler warnings when compiling on...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-12 sharpeSome more updates. Now have open_andx decoded mostly...
1999-07-11 guyThe previous checkins were based on versions of the...
1999-07-10 sharpeMore decoding of fields. Now handle enumerated fields...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-07-01 sharpeFixed a small problem that would have prevented Etherea...
1999-06-28 sharpeAdded some more, auto-generated decoding to packet...
1999-06-01 guyUnfortunately, as the "cap_len" field in a "frame_data...
1999-05-13 sharpeRemoving some includes of tftp.h from places it should...
1999-05-11 guyTurn "arpaddr_to_str()" into "bytes_to_str()", and...
next