Stefan Metzmacher
c2a26fe5e7
s3:utils: avoid argv related const warnings
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-04-02 09:03:43 +02:00
Volker Lendecke
817e0ae687
log2pcaphex: Fix nonempty line endings
...
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2013-08-19 11:08:13 +12:00
Andreas Schneider
ce2a086119
s3-popt: Only include popt-common.h when needed.
2010-08-05 12:08:31 +02:00
Volker Lendecke
53f007193f
Fix a couple of warnings in log2pcaphex.c
2009-06-05 10:12:11 +02:00
Volker Lendecke
c8d63d47cd
Fix bug 6392: Exit log2pcaphex if a requested output file can't be opened
...
Thanks to Slava Semushin <php-coder@altlinux.org> for reporting!
2009-06-05 10:12:11 +02:00
Slava Semushin
326237c4dd
source3/utils/log2pcaphex.c(main): fixed file descriptors leak.
...
One of leaks found by cppcheck:
[./source3/utils/log2pcaphex.c:367]: (error) Resource leak: out
2009-05-25 16:25:57 +02:00
todd stecher
b4a4d4c9d0
S3: Various fixes for log2pcaphex utility
2009-02-09 18:04:53 -08:00
Jeremy Allison
9a85533914
Fix the popt / bool issues. Some places we used BOOL
...
where we meant int. Fix this. Thanks to metze for
pointing this out.
Jeremy.
(This used to be commit 793a9d24a1
)
2007-10-19 11:38:36 -07:00
Volker Lendecke
602271632a
r24044: Fix an uninitialized variable warning
...
(This used to be commit 69326a56e7
)
2007-10-10 12:28:59 -05:00
Andrew Tridgell
5e54558c6d
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
...
(This used to be commit b0132e94fc
)
2007-10-10 12:28:22 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b
)
2007-10-10 12:28:20 -05:00
Herb Lewis
55ed1d5945
r20261: merge 20260 from samba_3_0_24
...
clean up a bunch of no previous prototype warnings
(This used to be commit c60687db11
)
2007-10-10 12:16:37 -05:00
Volker Lendecke
0691ed55ca
r17584: Some C++ Warnings
...
(This used to be commit f6194cf4b2
)
2007-10-10 11:38:41 -05:00
Gerald Carter
54abd2aa66
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)
(This used to be commit 939c3cb5d7
)
2007-10-10 11:04:48 -05:00
Volker Lendecke
55739e9f86
r6640: Attempt to fix 'make everything' with the paranoid malloc checker.
...
Volker
(This used to be commit 3db2799822
)
2007-10-10 10:56:49 -05:00
Tim Potter
0548123153
We don't need to #include memory.h here. It's a BSD'ism and just includes
...
string.h anyways.
(This used to be commit 71034cede8
)
2003-08-31 23:58:55 +00:00
Tim Potter
48cb8f8d5f
Fix some compiler warnings.
...
(This used to be commit f566de0541
)
2003-08-29 01:33:00 +00:00
Jelmer Vernooij
c574bf0ced
Print more than 1 packet in hex mode
...
(This used to be commit 28f1d7b201
)
2003-08-15 16:13:59 +00:00
Jelmer Vernooij
22535011e2
Add ability to output native pcap files without the requirement for text2pcap.
...
IP and TCP checksums are not calculated, but that should not matter.
(This used to be commit aa96f78001
)
2003-08-15 05:31:46 +00:00
Jelmer Vernooij
7753ed9acf
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!
(This used to be commit 6a76750dc4
)
2003-08-15 02:18:20 +00:00
Jelmer Vernooij
c8061de1ed
Get packet contents correct as well.
...
(This used to be commit b4499c8aab
)
2003-08-15 01:30:10 +00:00
Jelmer Vernooij
6c396ea577
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?)
(This used to be commit 95b1d4933b
)
2003-08-15 00:04:20 +00:00
Jelmer Vernooij
273c37d1c1
Makefile.in
...
(This used to be commit e8dc799ffb
)
2003-08-15 00:00:22 +00:00