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