aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/dpauxmon.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11dpauxmon: Flush after pcap headerJohn Thacker1-0/+2
2023-06-15Convert our extcaps to C99 typesGerald Combs1-8/+8
2023-02-06Remove wsutil/netlink.h workaroundJoão Valverde1-1/+0
2022-10-03extcap: Fixed end application loop logicj.novak@netsystem.cz1-1/+1
2022-08-29extcap: Signal processing unified for C based extcapsj.novak@netsystem.cz1-15/+7
2022-04-04wsutil: Add configuration namespaces.Gerald Combs1-5/+5
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-03Fix logging with extcapsJoão Valverde1-4/+1
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde1-0/+2
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-4/+4
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-10/+10
2021-09-06dpauxmon(extcap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-4/+7
2021-06-26wslog: Check environment initialization for errorsJoão Valverde1-0/+3
2021-06-21wslog: Check if we are initialized and add missing initsJoão Valverde1-0/+3
2021-06-16Replace g_log() calls with ws_log()João Valverde1-29/+31
2020-07-16extcap: clean up the version number handling.Guy Harris1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2018-07-19Extcap programs must write to the packet pipe in binary mode.Guy Harris1-1/+1
2018-05-23make our version of nla_for_each_nested() publicMartin Kaiser1-0/+1
2018-05-18dpauxmon: remove precision loss in dump_packet.Dario Lombardo1-2/+2
2018-05-17dpauxmon (extcap): fix no previous prototype for function 'nl_receive_timeout...Alexis La Goutte1-1/+1
2018-05-14extcap: Support for DisplayPort AUX channel monitorsDirk Eibach1-0/+567