summaryrefslogtreecommitdiffstats
path: root/source3/utils/log2pcaphex.c
Commit message (Collapse)AuthorAgeFilesLines
* 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)