aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-03ssh-base : fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-04-25Compile sshdump and ciscodump for WindowsPascal Quantin3-7/+10
2016-04-19androiddump 1.0.3: Return more specific error codesMichal Labedzki1-149/+199
2016-04-18g_list_free_full() only exists since 2.28AndersBroman1-1/+3
2016-04-14ciscodump: bugfixDario Lombardo1-1/+1
2016-04-14extcap-base: There is no need to register interfaces everytimeMichal Labedzki1-6/+0
2016-04-12sshdump,ciscodump: fix local addresses discoveryPeter Wu2-4/+4
2016-04-06androiddump: Change insecure sprint into g_snprintfMichal Labedzki1-20/+140
2016-04-04androiddump: Fix crash on start capturingMichal Labedzki1-0/+6
2016-04-02androiddump: Register interfaces when list interfacesMichal Labedzki1-3/+3
2016-04-01randpkt: restyle the list generation to get rid of the const compiler warning.Dario Lombardo1-16/+17
2016-04-01extcap: fix const warningsDario Lombardo1-2/+2
2016-03-29Fix modeline definitionsPeter Wu1-2/+2
2016-03-29Another round of extcap memleak fixesPeter Wu4-66/+96
2016-03-26Fix nmake build for new extcap and writecap binaries.Michael Mann1-3/+3
2016-03-25Add ax_lib_socket_nsl.m4 macroJoão Valverde1-8/+4
2016-03-24First convert the string to a number, then convert it to network byte order.Guy Harris1-1/+2
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris3-2/+3
2016-03-24sshdump: use arg define.Dario Lombardo1-9/+1
2016-03-24ciscodump: fix OSX compilation error.Dario Lombardo1-4/+4
2016-03-24extcap: add ciscodump.Dario Lombardo6-7/+813
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-23Move extcap EditorConfig settings to source dirJoão Valverde2-0/+10
2016-03-21Remove ADNS supportJoão Valverde1-1/+1
2016-03-17extcap-base: remove print of version if no interfaces present.Dario Lombardo1-4/+6
2016-03-12androiddump 1.0.2: Fix a lot of usage of recv()Michal Labedzki1-73/+171
2016-03-07sshdump: minor changesDario Lombardo1-12/+10
2016-03-04Clean up modelines and indentation.Jeff Morriss1-151/+151
2016-03-04androiddump: change first error message into verbose_print()Dario Lombardo1-1/+1
2016-03-04extcap: move ssh common functions to ssh-base.Dario Lombardo5-129/+226
2016-03-04extcap: add local_interfaces_to_list() to wsutil.Dario Lombardo2-74/+30
2016-03-02nmake: add extcap-base to sshdump.Dario Lombardo1-2/+2
2016-02-29Fix randpktdump build in Windows.Michael Mann1-4/+4
2016-02-29extcap: Move extcap handling to baseRoland Knall5-319/+374
2016-02-26Fix nmake build for extcap apps.Michael Mann1-4/+4
2016-02-26extcap: Fix noinst headerRoland Knall1-1/+1
2016-02-26extcap: move windows functions into extcap-baseDario Lombardo6-137/+99