1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Gerald Carter
939c3cb5d7 r10656: BIG merge from trunk. Features not copied over
* \PIPE\unixinfo
* winbindd's {group,alias}membership new functions
* winbindd's lookupsids() functionality
* swat (trunk changes to be reverted as per discussion with Deryck)
2007-10-10 11:04:48 -05:00
Volker Lendecke
3db2799822 r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
Volker
2007-10-10 10:56:49 -05:00
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 -