aboutsummaryrefslogtreecommitdiffstats
path: root/extcap/udpdump.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03Fix logging with extcapsJoão Valverde1-4/+1
2021-10-13extcap: reword error message referencing captypeChuck Craft1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-5/+5
2021-09-17Use the musl in-tree getopt_long() everywhereJoão Valverde1-11/+11
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris1-7/+1
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-24/+19
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-20/+22
2020-07-16extcap: clean up the version number handling.Guy Harris1-1/+1
2020-02-10extcap: Fix packet time calculationErwin Rol1-2/+4
2019-10-10Revert "CMake: Don't install HTML manuals twice"João Valverde1-1/+1
2019-10-09CMake: Don't install HTML manuals twiceJoão Valverde1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-17Fix some signedness warnings.Guy Harris1-9/+9
2019-05-02Move the Winsock initialization and cleanup to wsutil routines.Guy Harris1-21/+12
2019-05-01Windows: Modernize our WSAStartup usage.Gerald Combs1-1/+1
2019-04-08If you use data_file_url(), you must first call init_progfile_dir().Guy Harris1-0/+18
2019-01-02cli_main: remove real_main from stack traces for non-WindowsPeter Wu1-1/+1
2018-12-13Put the main() and wmain() routines for CLI programs into a separate file.Guy Harris1-17/+2
2018-10-12Win32: Make extcap utilities console applications.Gerald Combs1-8/+13
2018-07-19Extcap programs must write to the packet pipe in binary mode.Guy Harris1-1/+1
2018-05-26udpdump: add error message from libwritecap.Dario Lombardo1-2/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-11-15udpdump: add space.Dario Lombardo1-1/+1
2017-11-12extcap: use SPDX identifiers for licences.Dario Lombardo1-13/+1
2017-11-09Replace inet_addr() with our inet_pton() wrapperJoão Valverde1-3/+1
2017-11-08udpdump: don't call inet_addr() for every packet.Dario Lombardo1-1/+3
2017-09-25udpdump: Add missing include for timeval struct.Jakub Zawadzki1-0/+4
2017-08-02extcap: add debug log file feature to extcap-base.Dario Lombardo1-0/+2
2017-07-27extcap: add command line debug function to extcap-base.Dario Lombardo1-0/+2
2017-06-15udpdump.c: Don't include epan headers.Michael Mann1-3/+0
2017-03-27udpdump: fix indent (use tab)Alexis La Goutte1-1/+1
2017-03-27udpdump.c: warning C6262: Function uses '65608' bytes of stack: exceeds /an...Michael Mann1-1/+3
2017-03-01udpdump: fix recvfrom error on windows.Dario Lombardo1-2/+19
2017-02-24udpdump: fix help.Dario Lombardo1-1/+1
2017-01-26Cast arguments to socklen_t.Guy Harris1-3/+3
2017-01-07extcap: fix memleak via data_file_urlPeter Wu1-1/+4
2016-12-25Fix some narrowing warnings.Guy Harris1-3/+3
2016-12-25udpdump: remove libwireshark dependancy.Dario Lombardo1-33/+96
2016-12-22udpdump: set default value for payloadDario Lombardo1-0/+3
2016-12-20extcap: set help page for all extcaps.Dario Lombardo1-1/+3
2016-10-19extcap: put missed parameters into the helpMichal Labedzki1-1/+0
2016-10-15udpdump: fix issues from coverity.Dario Lombardo1-4/+7
2016-09-24Udpdump: Fix g_debug() for ssize_t buflenUli Heilmeier1-1/+1
2016-09-16udpdump: use socket_handle_t instead of int for portability.Dario Lombardo1-11/+11
2016-09-16ws_strou16() now takes three arguments.Guy Harris1-1/+1
2016-09-16extcap: add udpdump.Dario Lombardo1-0/+416