Some general fixups and some fixes for protocol decode problems
[metze/wireshark/wip.git] / packet-smb.c
1999-11-11 Richard SharpeSome general fixups and some fixes for protocol decode...
1999-10-27 Gilbert RamirezAdded #include <time.h> for AIX.
1999-10-26 Richard SharpeSome small fixes to get rid of compiler warnings
1999-10-24 Guy HarrisExport the data structure used to represent a conversation.
1999-10-22 Guy HarrisGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-16 Laurent DenielRemove #define DEBUG_SMB_HASH
1999-10-16 Richard SharpeCompleted first pass of state keeping code in packet...
1999-10-10 Richard SharpeBig bunch of fixes to packet-smb.c for things I need.
1999-10-03 Guy Harris"gmtime()" takes a pointer to a "time_t", not a pointer...
1999-10-03 Richard SharpeA bunch of fixes for SMB decode.
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 Guy HarrisConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-08-24 Gilbert RamirezRemoved unnecessary #include "etypes.h" lines.
1999-08-18 Guy HarrisDeclare the "packet_info" structure "pi" in "packet...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-23 Gilbert RamirezGot rid of ipv6 compiler warnings when compiling on...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-12 Richard SharpeSome more updates. Now have open_andx decoded mostly...
1999-07-11 Guy HarrisThe previous checkins were based on versions of the...
1999-07-10 Richard SharpeMore decoding of fields. Now handle enumerated fields...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-07-01 Richard SharpeFixed a small problem that would have prevented Etherea...
1999-06-28 Richard SharpeAdded some more, auto-generated decoding to packet...
1999-06-01 Guy HarrisUnfortunately, as the "cap_len" field in a "frame_data...
1999-05-13 Richard SharpeRemoving some includes of tftp.h from places it should...
1999-05-11 Guy HarrisTurn "arpaddr_to_str()" into "bytes_to_str()", and...
1999-05-11 Guy HarrisAdd some SMB codes and error codes from the
1999-05-11 Guy HarrisAdd decoding of DOS-format dates and times (one of...
1999-05-11 Guy HarrisSome of my fixes did get lost - put 'em back.
1999-05-11 Richard SharpeSome clean-ups. I hope I have not disturbed any of...
1999-05-10 Guy HarrisFix up the decode of "greater than core and up to and...
1999-05-10 Guy HarrisDecode the "flags2" field in the SMB header.
1999-05-10 Richard SharpeMode decoded SMBs ... Now decode part of a TCONX request,
1999-05-09 Richard SharpeMinor changes to check if log info is working
1999-05-09 Richard SharpeAdded new files for SMB decode: packet-smb.c, alignment...