| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Some small fixes to get rid of compiler warnings | Richard Sharpe | 1999-10-26 | 1 | -7/+4 |
* | Export the data structure used to represent a conversation. | Guy Harris | 1999-10-24 | 1 | -7/+11 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -33/+39 |
* | Remove #define DEBUG_SMB_HASH | Laurent Deniel | 1999-10-16 | 1 | -3/+1 |
* | Completed first pass of state keeping code in packet-smb.c. | Richard Sharpe | 1999-10-16 | 1 | -69/+718 |
* | Big bunch of fixes to packet-smb.c for things I need. | Richard Sharpe | 1999-10-10 | 1 | -136/+216 |
* | "gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32", | Guy Harris | 1999-10-03 | 1 | -2/+2 |
* | A bunch of fixes for SMB decode. | Richard Sharpe | 1999-10-03 | 1 | -161/+6046 |
* | Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a | Guy Harris | 1999-09-17 | 1 | -2/+2 |
* | Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or to | Guy Harris | 1999-08-26 | 1 | -2/+2 |
* | Removed unnecessary #include "etypes.h" lines. | Gilbert Ramirez | 1999-08-24 | 1 | -2/+1 |
* | Declare the "packet_info" structure "pi" in "packet.h", rather than in a | Guy Harris | 1999-08-18 | 1 | -3/+1 |
* | Made the protocol (but not the fields) use the new proto_tree routine, | Gilbert Ramirez | 1999-07-29 | 1 | -3/+16 |
* | Got rid of ipv6 compiler warnings when compiling on RedHat 6.0. | Gilbert Ramirez | 1999-07-23 | 1 | -2/+2 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -2/+3 |
* | Some more updates. Now have open_andx decoded mostly ... Still some funnies | Richard Sharpe | 1999-07-12 | 1 | -714/+635 |
* | The previous checkins were based on versions of the file prior to | Guy Harris | 1999-07-11 | 1 | -295/+283 |
* | More decoding of fields. Now handle enumerated fields, but still have | Richard Sharpe | 1999-07-10 | 1 | -215/+900 |
* | Created a new protocol tree implementation and a new display filter | Gilbert Ramirez | 1999-07-07 | 1 | -220/+210 |
* | Fixed a small problem that would have prevented Ethereal from compiling. | Richard Sharpe | 1999-07-01 | 1 | -2/+2 |
* | Added some more, auto-generated decoding to packet-smb.c. | Richard Sharpe | 1999-06-28 | 1 | -3/+1051 |
* | Unfortunately, as the "cap_len" field in a "frame_data" is unsigned, | Guy Harris | 1999-06-01 | 1 | -2/+2 |
* | Removing some includes of tftp.h from places it should not be | Richard Sharpe | 1999-05-13 | 1 | -2/+1 |
* | Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so it | Guy Harris | 1999-05-11 | 1 | -14/+97 |