1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-28 00:49:42 +03:00

8 Commits

Author SHA1 Message Date
Tim Potter
71034cede8 We don't need to #include memory.h here. It's a BSD'ism and just includes
string.h anyways.
-
Tim Potter
f566de0541 Fix some compiler warnings. -
Jelmer Vernooij
28f1d7b201 Print more than 1 packet in hex mode -
Jelmer Vernooij
aa96f78001 Add ability to output native pcap files without the requirement for text2pcap.
IP and TCP checksums are not calculated, but that should not matter.
-
Jelmer Vernooij
6a76750dc4 Fix some memory issues. It is now possible to convert extract packet data
from a samba log file and view it in ethereal, including the DCE/RPC, RAP, etc
calls that are contained in a packet, just like you would with a real
network sniff!
-
Jelmer Vernooij
b4499c8aab Get packet contents correct as well. -
Jelmer Vernooij
95b1d4933b Add utility that takes a samba log file (at least level 5 for headers and
10 for data contents as well) and creates a packet trace readable by
ethereal.

What does not work yet:
 - SMB data contents (log level 5)
 - SMB data contents beyond the 512 byte range (log level 99 or something?)
-
Jelmer Vernooij
e8dc799ffb Makefile.in -