wireshark/extcap
Moshe Kaplan 69d54d6f8e Corrects repeated words throughout the code.
Repeated words were found with:
egrep "(\b[a-zA-Z]+) +\1\b" . -Ir
and then manually reviewed.
Non-displayed strings (e.g., in comments)
were also corrected, to ease future review.
2021-12-22 11:01:11 +00:00
..
.editorconfig Fix extcap-base.[ch] indentation 2021-12-11 17:49:40 +00:00
CMakeLists.txt MinGW-w64: Fix extcap build output path 2021-09-22 16:34:37 +00:00
androiddump.c Use UINT64_C() with two constants 2021-12-22 01:53:46 +00:00
ciscodump.c Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00
dpauxmon.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
dpauxmon_user.h extcap: Add header files to Doxygen 2021-11-30 08:29:39 +00:00
etl.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
etl.h extcap: Add header files to Doxygen 2021-11-30 08:29:39 +00:00
etw_message.c Define more log domains for extcaps 2021-12-05 00:28:26 +00:00
etw_message.h extcap: Add header files to Doxygen 2021-11-30 08:29:39 +00:00
etwdump.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
extcap-base.c Extcap logging: Corrected incorrect selector default value syntax 2021-12-21 21:05:22 +00:00
extcap-base.h Fix extcap-base.[ch] indentation 2021-12-11 17:49:40 +00:00
randpktdump.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
sdjournal.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
ssh-base.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00
ssh-base.h extcap: Add header files to Doxygen 2021-11-30 08:29:39 +00:00
sshdump.c Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00
udpdump.c Replace g_strdup_printf() with ws_strdup_printf() 2021-12-19 21:21:58 +00:00