summaryrefslogtreecommitdiff
path: root/source3/utils/log2pcaphex.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-051-0/+1
|
* Fix a couple of warnings in log2pcaphex.cVolker Lendecke2009-06-051-8/+12
|
* Fix bug 6392: Exit log2pcaphex if a requested output file can't be openedVolker Lendecke2009-06-051-0/+1
| | | | Thanks to Slava Semushin <php-coder@altlinux.org> for reporting!
* source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin2009-05-251-0/+8
| | | | | One of leaks found by cppcheck: [./source3/utils/log2pcaphex.c:367]: (error) Resource leak: out
* S3: Various fixes for log2pcaphex utilitytodd stecher2009-02-091-49/+113
|
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-191-4/+10
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. (This used to be commit 793a9d24a163cb6cf5a3a0aa5ae30e9f8cf4744a)
* r24044: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 69326a56e7fe2681eef3d58a9107765496756de4)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-6/+6
| | | | | clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67)
* r17584: Some C++ WarningsVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit f6194cf4b263454bbdf180a7d014ffc3498df497)
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-3/+3
| | | | | | | | * \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 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-0/+5
| | | | | Volker (This used to be commit 3db2799822da3711b47b60ba13daa07205ced45f)
* We don't need to #include memory.h here. It's a BSD'ism and just includesTim Potter2003-08-311-1/+0
| | | | | string.h anyways. (This used to be commit 71034cede83b5605b25a4d3b640086294244c239)
* Fix some compiler warnings.Tim Potter2003-08-291-10/+8
| | | | (This used to be commit f566de0541373fab97caa6b0f574f79e68ae74dc)
* Print more than 1 packet in hex modeJelmer Vernooij2003-08-151-1/+1
| | | | (This used to be commit 28f1d7b201932eb3864af3d71ec862670898822c)
* Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij2003-08-151-15/+131
| | | | | IP and TCP checksums are not calculated, but that should not matter. (This used to be commit aa96f780015c031e0c5a0e8773f192502c10c919)
* Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij2003-08-151-9/+20
| | | | | | | 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 6a76750dc4d8b539b7571ac4939c003b6ffa86a9)
* Get packet contents correct as well.Jelmer Vernooij2003-08-151-12/+18
| | | | (This used to be commit b4499c8aab44e25cb4406498018bde0bc4ed4ca9)
* Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij2003-08-151-16/+16
| | | | | | | | | | 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 95b1d4933b0de63613fe041c273d413d86909b4b)
* Makefile.inJelmer Vernooij2003-08-151-0/+164
(This used to be commit e8dc799ffbc4e622eb6adf374bbafc34724c24ce)