summaryrefslogtreecommitdiff
path: root/source3/utils/log2pcaphex.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-06s3:utils: Remove unused variableAndreas Schneider1-2/+0
2021-09-10log2pcaphex: don't ignore unknown optionsRalph Boehme1-0/+5
2021-01-13s3:utils: Remove unused popt_common.h header from log2pcaphex.cAndreas Schneider1-1/+1
2019-08-22s3: free popt context in utilsSwen Schillig1-0/+3
2019-01-28s3:utils: Use C99 initializer for poptOption in log2pcaphexAndreas Schneider1-2/+16
2018-05-12Fix spelling s/formated/formatted/Mathieu Parent1-1/+1
2018-04-04utils: Fix CID 1035541 Uninitialized scalar variableVolker Lendecke1-1/+1
2018-03-20s3:utils: Fix size type in log2pcaphexAndreas Schneider1-1/+1
2016-05-13s3:utils:log2pcaphex: fix O3 error uninitialized variableMichael Adam1-1/+2
2016-05-13s3:utils:log2pcaphex: fix O3 error unused result of fgetsMichael Adam1-1/+7
2015-05-16Convert the few instances of int32 there were to int32_t.Richard Sharpe1-1/+1
2015-05-07s3: utils: Convert all uses of uint32/16/8 to _t.Richard Sharpe1-28/+28
2014-04-02s3:utils: avoid argv related const warningsStefan Metzmacher1-2/+2
2013-08-19log2pcaphex: Fix nonempty line endingsVolker Lendecke1-16/+15
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2009-06-05Fix a couple of warnings in log2pcaphex.cVolker Lendecke1-8/+12
2009-06-05Fix bug 6392: Exit log2pcaphex if a requested output file can't be openedVolker Lendecke1-0/+1
2009-05-25source3/utils/log2pcaphex.c(main): fixed file descriptors leak.Slava Semushin1-0/+8
2009-02-09S3: Various fixes for log2pcaphex utilitytodd stecher1-49/+113
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-4/+10
2007-10-10r24044: Fix an uninitialized variable warningVolker Lendecke1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r20261: merge 20260 from samba_3_0_24Herb Lewis1-6/+6
2007-10-10r17584: Some C++ WarningsVolker Lendecke1-2/+2
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-3/+3
2007-10-10r6640: Attempt to fix 'make everything' with the paranoid malloc checker.Volker Lendecke1-0/+5
2003-08-31We don't need to #include memory.h here. It's a BSD'ism and just includesTim Potter1-1/+0
2003-08-29Fix some compiler warnings.Tim Potter1-10/+8
2003-08-15Print more than 1 packet in hex modeJelmer Vernooij1-1/+1
2003-08-15Add ability to output native pcap files without the requirement for text2pcap.Jelmer Vernooij1-15/+131
2003-08-15Fix some memory issues. It is now possible to convert extract packet dataJelmer Vernooij1-9/+20
2003-08-15Get packet contents correct as well.Jelmer Vernooij1-12/+18
2003-08-15Add utility that takes a samba log file (at least level 5 for headers andJelmer Vernooij1-16/+16
2003-08-15Makefile.inJelmer Vernooij1-0/+164