aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed the problem of crashing when a NetServerEnum2 with Level 0 isRichard Sharpe1999-11-271-24/+32
* Fixed the problem causing a SIGSEGV, and fixed problems withRichard Sharpe1999-11-261-13/+268
* Some more fixups. Decode NetServerEnum2 responses, removed thoseRichard Sharpe1999-11-221-15/+158
* Remove debugging printf.Laurent Deniel1999-11-211-12/+1
* Added support or NetServerEnum2 LANMAN messages.Richard Sharpe1999-11-201-342/+717
* Added decode of the Election Criteria and a few other bits ofRichard Sharpe1999-11-181-4/+89
* Craig Rodrigues' fixes to let it compile on AIX using IBM's compilerGuy Harris1999-11-181-1/+2
* Provide a general mechanism by which dissectors can register "init"Guy Harris1999-11-171-4/+5
* We should be checking the value of loc_of_slash instead of index. ItGilbert Ramirez1999-11-161-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-34/+78
* I hope no one just committed something on this.Richard Sharpe1999-11-161-5/+10
* OK,Richard Sharpe1999-11-141-84/+278
* Fixed some more small problems and added support for decodingRichard Sharpe1999-11-141-52/+374
* Some general fixups and some fixes for protocol decode problemsRichard Sharpe1999-11-111-17/+43
* Added #include <time.h> for AIX.Gilbert Ramirez1999-10-271-1/+2
* Some small fixes to get rid of compiler warningsRichard Sharpe1999-10-261-7/+4
* Export the data structure used to represent a conversation.Guy Harris1999-10-241-7/+11
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-33/+39
* Remove #define DEBUG_SMB_HASHLaurent Deniel1999-10-161-3/+1
* Completed first pass of state keeping code in packet-smb.c.Richard Sharpe1999-10-161-69/+718
* Big bunch of fixes to packet-smb.c for things I need.Richard Sharpe1999-10-101-136/+216
* "gmtime()" takes a pointer to a "time_t", not a pointer to a "guint32",Guy Harris1999-10-031-2/+2
* A bunch of fixes for SMB decode.Richard Sharpe1999-10-031-161/+6046
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-2/+2
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-2/+2
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Declare the "packet_info" structure "pi" in "packet.h", rather than in aGuy Harris1999-08-181-3/+1
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+16
* Got rid of ipv6 compiler warnings when compiling on RedHat 6.0.Gilbert Ramirez1999-07-231-2/+2
* Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1999-07-131-2/+3
* Some more updates. Now have open_andx decoded mostly ... Still some funniesRichard Sharpe1999-07-121-714/+635
* The previous checkins were based on versions of the file prior toGuy Harris1999-07-111-295/+283
* More decoding of fields. Now handle enumerated fields, but still haveRichard Sharpe1999-07-101-215/+900
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-220/+210
* Fixed a small problem that would have prevented Ethereal from compiling.Richard Sharpe1999-07-011-2/+2
* Added some more, auto-generated decoding to packet-smb.c.Richard Sharpe1999-06-281-3/+1051
* Unfortunately, as the "cap_len" field in a "frame_data" is unsigned,Guy Harris1999-06-011-2/+2
* Removing some includes of tftp.h from places it should not beRichard Sharpe1999-05-131-2/+1
* Turn "arpaddr_to_str()" into "bytes_to_str()", and make it public, so itGuy Harris1999-05-111-14/+97
* Add some SMB codes and error codes from theGuy Harris1999-05-111-17/+20
* Add decoding of DOS-format dates and times (one of the N differentGuy Harris1999-05-111-3/+31
* Some of my fixes did get lost - put 'em back.Guy Harris1999-05-111-9/+34
* Some clean-ups. I hope I have not disturbed any of Guy'sRichard Sharpe1999-05-111-37/+114
* Fix up the decode of "greater than core and up to and including LANMANGuy Harris1999-05-101-28/+48
* Decode the "flags2" field in the SMB header.Guy Harris1999-05-101-11/+48
* Mode decoded SMBs ... Now decode part of a TCONX request,Richard Sharpe1999-05-101-6/+259
* Minor changes to check if log info is workingRichard Sharpe1999-05-091-1/+2
* Added new files for SMB decode: packet-smb.c, alignment.h, smb.hRichard Sharpe1999-05-091-0/+1247