aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
2016-12-22udpdump: set default value for payloadDario Lombardo1-0/+3
2016-12-20extcap: set help page for all extcaps.Dario Lombardo5-5/+11
2016-12-05androiddump: Add support for Bluetooth on Android 7.0Michal Labedzki1-2/+9
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-11-18androiddump: check return value in useSndTimeout() (CID 1394378).Dario Lombardo1-2/+5
2016-11-10androiddump: Set socket connect() timeout to 500msMichal Labedzki1-1/+24
2016-11-02sshdump: use g_shell_quote in the right way.Dario Lombardo1-1/+1
2016-10-31sshdump: remove default filter from capture mode.Dario Lombardo1-6/+1
2016-10-19androiddump: Fix help - interfacesMichal Labedzki1-14/+21
2016-10-19extcap: put missed parameters into the helpMichal Labedzki7-8/+4
2016-10-15udpdump: fix issues from coverity.Dario Lombardo1-4/+7
2016-10-04sshdump: add remote capture command.Dario Lombardo1-18/+37
2016-10-04sshdump: use tcpdump as default capture binary.Dario Lombardo1-28/+6
2016-09-26sshdump: restyle the output write routine.Dario Lombardo1-27/+55
2016-09-24Udpdump: Fix g_debug() for ssize_t buflenUli Heilmeier1-1/+1
2016-09-16Type and size cleanups.Guy Harris1-8/+39
2016-09-16Add ws_hexstrtou{bits} and use ws_hexstrtou32 in androiddump.Guy Harris1-2/+6
2016-09-16udpdump: use socket_handle_t instead of int for portability.Dario Lombardo1-11/+11
2016-09-16extcap: make extcap use the ws_strtoi/u functions.Dario Lombardo6-31/+53
2016-09-16ws_strou16() now takes three arguments.Guy Harris1-1/+1
2016-09-16extcap: add udpdump.Dario Lombardo2-2/+436
2016-09-13sshdump: remove -P.Dario Lombardo1-1/+1
2016-09-12androiddump: fix memleaksPeter Wu1-23/+35
2016-09-10extcap-base: fix memleak from help optionsPeter Wu1-4/+5
2016-09-06ciscodump: fix line parsing and fix memleak.Dario Lombardo1-1/+2
2016-08-26extcap: improve interface print in help.Dario Lombardo4-13/+30
2016-08-25extcap: add binary name and version to help message.Dario Lombardo6-7/+16
2016-08-24extcap: remove unused #define from ssh-base.Dario Lombardo1-2/+0
2016-08-24extcap: make extcaps use the version registered in config.Dario Lombardo5-5/+4
2016-08-11androiddump: use socklen_t (32bit) instead of gssize (64bit) (CID 1293384).Dario Lombardo1-3/+4
2016-08-09androiddump: fix bug in socket retry (CID 1293391).Dario Lombardo1-4/+4
2016-08-06extcap: move defines from sshdump & ciscodump to ssh-base.Dario Lombardo3-16/+8
2016-08-04extcap: restyle the help function.Dario Lombardo6-121/+165
2016-08-04extcap: prevent registration of wrong version.Dario Lombardo1-0/+3
2016-08-04extcap: restyle the output subsystem.Dario Lombardo6-319/+255
2016-07-31extcap: fix indentation in extcap-base.Dario Lombardo1-69/+69
2016-07-22sshdump: Change ws_close to closesocketRoland Knall1-1/+1
2016-07-17Fix printf style parameters complaints from VS Code AnalysisMichael Mann2-3/+3
2016-07-17ciscodump.c - Address VS Code Analysis warnings.Michael Mann1-3/+12
2016-07-16androiddump.c - Address VS Code Analysis warnings.Michael Mann1-3/+3
2016-07-16Have extcap executables mirror the GTK's WinMain signature.Michael Mann4-8/+24
2016-07-14androiddump.c: Use preprocessor directive to distinguish E_AGAIN and E_WOULDB...Michael Mann1-9/+60
2016-07-09randpkt_core: change rand() to g_rand_int (CID 1355360).Dario Lombardo1-2/+0
2016-07-04androiddump: fix leak (CID 1293387).Dario Lombardo1-0/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-53/+25
2016-06-15Remove Nmake build systemPascal Quantin1-165/+0
2016-06-15androiddump: fix leak on --extcap-interfacesPeter Wu1-0/+2
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-05-18androiddump: Add model name to user-friendly interface nameMichal Labedzki1-21/+40
2016-05-03ssh-base(.h) : fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1