summaryrefslogtreecommitdiffstats
path: root/source/utils/log2pcaphex.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* r24044: Fix an uninitialized variable warningVolker Lendecke2007-10-101-1/+1
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r20261: merge 20260 from samba_3_0_24Herb Lewis2007-10-101-6/+6
| | | | clean up a bunch of no previous prototype warnings
* r17584: Some C++ WarningsVolker Lendecke2007-10-101-2/+2
|
* 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)
* r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke2007-10-101-0/+5
| | | | Volker
* 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.
* Fix some compiler warnings.Tim Potter2003-08-291-10/+8
|
* Print more than 1 packet in hex modeJelmer Vernooij2003-08-151-1/+1
|
* 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.
* 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!
* Get packet contents correct as well.Jelmer Vernooij2003-08-151-12/+18
|
* 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?)
* Makefile.inJelmer Vernooij2003-08-151-0/+164