| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add some SMB codes and error codes from the | Guy Harris | 1999-05-11 | 1 | -17/+20 |
* | Add decoding of DOS-format dates and times (one of the N different | Guy Harris | 1999-05-11 | 1 | -3/+31 |
* | Some of my fixes did get lost - put 'em back. | Guy Harris | 1999-05-11 | 1 | -9/+34 |
* | Some clean-ups. I hope I have not disturbed any of Guy's | Richard Sharpe | 1999-05-11 | 1 | -37/+114 |
* | Fix up the decode of "greater than core and up to and including LANMAN | Guy Harris | 1999-05-10 | 1 | -28/+48 |
* | Decode the "flags2" field in the SMB header. | Guy Harris | 1999-05-10 | 1 | -11/+48 |
* | Mode decoded SMBs ... Now decode part of a TCONX request, | Richard Sharpe | 1999-05-10 | 1 | -6/+259 |
* | Minor changes to check if log info is working | Richard Sharpe | 1999-05-09 | 1 | -1/+2 |
* | Added new files for SMB decode: packet-smb.c, alignment.h, smb.h | Richard Sharpe | 1999-05-09 | 1 | -0/+1247 |