index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extcap
/
extcap-base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the musl in-tree getopt_long() everywhere
João Valverde
2021-09-17
1
-12
/
+0
*
Replace g_assert() with ws_assert()
João Valverde
2021-06-19
1
-2
/
+3
*
Replace g_log() calls with ws_log()
João Valverde
2021-06-16
1
-3
/
+3
*
Refactor our logging and extend the wslog API
João Valverde
2021-06-11
1
-23
/
+3
*
Enable -Wredundant-decls.
Guy Harris
2021-02-14
1
-5
/
+11
*
extcap: clean up the version number handling.
Guy Harris
2020-07-16
1
-9
/
+23
*
extcap-base: no need to get the basename of the executable path twice.
Guy Harris
2020-07-16
1
-4
/
+1
*
Show the version of libssh being used, if possible.
Guy Harris
2020-07-15
1
-2
/
+9
*
extcap: add libssh version info to sshdump and ciscodump.
Dario Lombardo
2020-07-15
1
-0
/
+7
*
extcap: improve version output for all extcaps.
Dario Lombardo
2020-07-15
1
-2
/
+7
*
More modeline fixes to put HT tab stops every 8 characters.
Guy Harris
2020-03-15
1
-3
/
+3
*
extcap: save debug flag and use it to activate ssh debug.
Dario Lombardo
2018-11-14
1
-0
/
+1
*
extcap: Cleanup an if-statement
Stig Bjørlykke
2018-11-07
1
-4
/
+2
*
extcap: change boolean to boolflag for --debug option.
Dario Lombardo
2018-11-05
1
-1
/
+1
*
extcap: fix return value in extcap_base_parse_options().
Dario Lombardo
2018-11-05
1
-1
/
+5
*
Win32: Make extcap utilities console applications.
Gerald Combs
2018-10-12
1
-47
/
+0
*
sshdump/ciscodump: use groups in config.
Dario Lombardo
2018-05-08
1
-4
/
+4
*
extcap-base.c: fix compilation with gcc 8
Pascal Quantin
2018-05-02
1
-7
/
+4
*
extcap: Tell utilities the wireshark version
Roland Knall
2018-04-05
1
-0
/
+2
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
extcap: use SPDX identifiers for licences.
Dario Lombardo
2017-11-12
1
-13
/
+1
*
plugins: config.h must not be included by public headers
João Valverde
2017-09-06
1
-0
/
+1
*
extcap: skip custom log if filename is space.
Dario Lombardo
2017-08-03
1
-2
/
+4
*
extcap: add debug log file feature to extcap-base.
Dario Lombardo
2017-08-02
1
-1
/
+41
*
extcap: add command line debug function to extcap-base.
Dario Lombardo
2017-07-27
1
-0
/
+10
*
extcap: put missed parameters into the help
Michal Labedzki
2016-10-19
1
-0
/
+2
*
extcap-base: fix memleak from help options
Peter Wu
2016-09-10
1
-4
/
+5
*
extcap: add binary name and version to help message.
Dario Lombardo
2016-08-25
1
-2
/
+6
*
extcap: make extcaps use the version registered in config.
Dario Lombardo
2016-08-24
1
-1
/
+0
*
extcap: restyle the help function.
Dario Lombardo
2016-08-04
1
-0
/
+53
*
extcap: prevent registration of wrong version.
Dario Lombardo
2016-08-04
1
-0
/
+3
*
extcap: restyle the output subsystem.
Dario Lombardo
2016-08-04
1
-3
/
+10
*
extcap: fix indentation in extcap-base.
Dario Lombardo
2016-07-31
1
-69
/
+69
*
Fix printf style parameters complaints from VS Code Analysis
Michael Mann
2016-07-17
1
-2
/
+2
*
g_list_free_full() only exists since 2.28
AndersBroman
2016-04-18
1
-1
/
+3
*
extcap-base: There is no need to register interfaces everytime
Michal Labedzki
2016-04-14
1
-6
/
+0
*
extcap: fix const warnings
Dario Lombardo
2016-04-01
1
-2
/
+2
*
Another round of extcap memleak fixes
Peter Wu
2016-03-29
1
-1
/
+4
*
extcap-base: remove print of version if no interfaces present.
Dario Lombardo
2016-03-17
1
-4
/
+6
*
Clean up modelines and indentation.
Jeff Morriss
2016-03-04
1
-151
/
+151
*
extcap: Move extcap handling to base
Roland Knall
2016-02-29
1
-0
/
+191
*
extcap: move windows functions into extcap-base
Dario Lombardo
2016-02-26
1
-0
/
+85