aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2022-04-13wiretap: Try opening systemd journal files before IxVeriWave.Gerald Combs1-1/+1
2022-04-06wiretap: Update a comment.Gerald Combs1-1/+1
2022-04-04Replace g_log() calls with ws_log()João Valverde1-1/+1
2022-03-17ieee80211-radiotap: Add support for headers to be bit-based as well as TLVs.Richard Sharpe1-0/+1
2022-03-14wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.Guy Harris3-10/+20
2022-03-14wiretap: Fix doxygen commentsMoshe Kaplan1-43/+59
2022-03-12Move Freedesktop files to resources/freedesktop.Gerald Combs1-1/+1
2022-03-10mpeg: handle the presence of an image in the ID3v2 header.Jeff Morriss1-1/+16
2022-03-09Rename the "image" directory to "resources".Gerald Combs1-1/+1
2022-03-04pcap: fix the handling of the reserved field.Guy Harris1-21/+18
2022-03-04pcap: process the subfields of the link-layer-type-plus-stuff field.Guy Harris1-41/+91
2022-02-28packetlogger: Handle SCO data packetsStig Bjørlykke1-0/+4
2022-02-20pcap/pcapng: byte-swap the CAN ID field in CAN pseudo-headers for SLL2.Guy Harris1-1/+52
2022-02-13libpcap(wiretap): Fix unreachable-codeAlexis La Goutte1-1/+1
2022-02-13blf: fix Wunreachable-codeAlexis La Goutte1-2/+0
2022-02-09Specify directory for temporary capturesDavid Perry4-9/+12
2022-02-01pflog: byte swap UID and PID fields in the header if necessary.Guy Harris1-0/+59
2022-01-30Add ZBOSS NCP protocol dissectorVladimir Bespalov3-0/+7
2022-01-18BLF: Make sure a struct is completely initialized.Gerald Combs1-4/+1
2022-01-17Frame: Parsing of PCAPNG Option Block PEN 46254Dr. Lars Völker1-0/+1
2022-01-16libpcap: set wth->priv to the libpcap_t before returning errors.Guy Harris1-6/+6
2022-01-16libpcap (wiretap): reorganize the file open code.Guy Harris1-345/+386
2022-01-16tshark: improve robustness for PCAPNGs not starting with IDBsDr. Lars Völker1-0/+1
2022-01-16BLF: improved checks to avoid hangsDr. Lars Völker1-5/+10
2022-01-15erf(wiretap): Fix Clang Warning Uninitialized argument valueAlexis La Goutte1-1/+1
2022-01-15BLF: Improve handling of zlib errorsDr. Lars Völker1-4/+26
2022-01-14BLF: improve debug log outputDr. Lars Völker1-3/+3
2022-01-14wiretap: Register a systemd Journal Export BlockJohn Thacker1-0/+21
2022-01-13libpcap: remove definition of unused structure.Guy Harris1-4/+0
2022-01-13wiretap: Fix description of Custom BlockJohn Thacker1-1/+1
2022-01-07Adding secret management in DSB.Jérôme HAMM1-0/+1
2022-01-06rfc7468: allow multiple structures per fileРоман Донченко1-51/+132
2022-01-05BLF: Fix a coverity warning.Gerald Combs1-0/+1
2022-01-03BLF: Adding support to read interface namesDr. Lars Völker2-26/+153
2022-01-01Revert "epan: Initialize wiretap"João Valverde1-10/+0
2022-01-01Windows: UTF-8 harder.Gerald Combs1-1/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan9-10/+10
2021-12-21Add a ws_posix_compat.h headerJoão Valverde1-1/+1
2021-12-19Fix stdio.h conversions to use the scanf macrosJoão Valverde1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde53-345/+342
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf()João Valverde15-36/+36
2021-12-15wiretap: have dummy IDBs set OPT_IDB_TSRESOL if neededJohn Thacker1-0/+6
2021-12-15blf: Set OPT_IDB_TSRESOLJohn Thacker1-0/+1
2021-12-02wiretap: Fix an underflow in pcapng.Gerald Combs1-1/+1
2021-12-01nstime: Support ISO 8601 basic formatJohn Thacker2-2/+2
2021-11-29wiretap: Add header files to DoxygenMoshe Kaplan74-74/+80
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan7-7/+7
2021-11-27epan: Initialize wiretapJoão Valverde1-0/+10
2021-11-20BBLog: Fix the handling of skipped blocksMichael Tuexen1-2/+5