aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2023-03-19netmon: don't allow multiple encapsulations for NetMon 1.x format.Guy Harris1-0/+9
2023-03-18netmon: fix writing of v1 files to write v1 files.Guy Harris1-2/+2
2023-03-18ERF: always use the packet encapsulation when writing to an ERF file.Guy Harris1-11/+19
2023-03-18erf: redo comment giving ERF spec URLs.Guy Harris1-4/+11
2023-03-18dct2000: catch attempts to write non-WTAP_ENCAP_CATAPULT_DCT2000 packets.Guy Harris1-0/+10
2023-03-17wiretap: give a routine a clearer name.Guy Harris2-3/+3
2023-03-14Revert "Update blf.h"Guy Harris1-0/+1
2023-03-15Update blf.hGuy Harris1-1/+0
2023-03-15Add handling for can error frames to blf file formatAlexander Werth2-0/+324
2023-03-14wiretap: fix some narrowing warnings.Guy Harris4-11/+22
2023-03-14wiretap: routines to generate "Exported PDU" dataDavid Perry5-186/+146
2023-02-07Update comments in `wiretap/file_access.c`David Perry1-90/+128
2023-02-07wiretap, pcapng: Distinguish WTAP_ENCAP_UNKNOWN and _NONEJohn Thacker5-9/+42
2023-02-06CMake: Cleanup unnecessary linking with shared librariesJoão Valverde2-1/+2
2023-02-06wiretap: Fix pcapng UTF-8 validationJoão Valverde1-4/+2
2023-02-04cli: Process IDBs after the final packet recordJohn Thacker1-1/+9
2023-02-04merge: Check if each encapsulation type is supportedJohn Thacker1-8/+12
2023-01-30wiretap: Preserve NRBs with editcap, mergecap, and tsharkJohn Thacker8-92/+226
2023-01-26wiretap, pcapng: process all initial internal blocks in pcapng_openJohn Thacker1-112/+201
2023-01-24wiretap: treat file extensions case-insensitivelyDavid Perry1-1/+8
2023-01-21wiretap: Reprocess Name Resolution Blocks during redissectJohn Thacker5-61/+196
2023-01-19MP4: add support for segment boxes (styp, sidx)Sergey V. Lobanov1-1/+5
2023-01-18CMake: Require explicit installation of development headersJoão Valverde1-0/+2
2023-01-08ALP: add dissector for ALP protocol (ATSC3.0 A/330)Sergey V. Lobanov3-0/+7
2022-12-09wiretap: Validate UTF-8 encoding for pcapngJoão Valverde3-1/+39
2022-11-22Fix some issues seen with cppcheckMartin Mathieson4-28/+27
2022-11-20Add macros to control lemon diagnosticsJoão Valverde7-17/+21
2022-11-17CMake: Disable -Werror for flex generated filesJoão Valverde1-1/+1
2022-11-17CMake: Move clang warningsJoão Valverde1-0/+3
2022-11-08pcapng: ws_debug - display option code in decimalChuck Craft1-1/+1
2022-10-31addr_resolv: add support for static hostname entriesChuck Craft2-4/+4
2022-10-21Increased EBHSCR packet sizeCar Benjamin1-1/+1
2022-10-13BLF: Fixing the interpretation of SRR and RTRDr. Lars Völker1-11/+4
2022-10-12Match declaration style of other functions.Guy Harris1-1/+2
2022-10-11Use "a" before consonant sounds, use "an" before vowel sounds.Guy Harris1-4/+4
2022-10-11Separate cases with spaces.Guy Harris1-0/+1
2022-10-11wiretap: Make some pcapng logs noisy.Gerald Combs1-7/+7
2022-10-07wiretap: Add enum generationJoão Valverde4-0/+607
2022-09-20Added requirements to support DLT_AUERSWALD_LOG as already added in libpcapFrank Gorgas-Waller3-0/+7
2022-09-10Dissector names are not protocol names.Guy Harris3-3/+3
2022-08-26DLT: Adding support to open DLT filesDr. Lars Völker7-1/+406
2022-08-25Add a comment explaining WTAP_NSTIME_32BIT_SECS_MAX.Guy Harris1-0/+22
2022-08-24wiretap: Fix build on 32-bit LinuxStig Bjørlykke4-4/+6
2022-08-21blf: change description and add/extend comments.Guy Harris2-3/+15
2022-08-21BLF: Adding ObjectHeader format 2 and 3Dr. Lars Völker2-118/+148
2022-08-20pcapng: add support displaying hash from pcapngStephen Hemminger3-4/+127
2022-08-16ascend: make the time stamp in the parser state a time_t.Guy Harris1-1/+1
2022-08-165views: don't allow out-of-range time stamps.Guy Harris1-1/+10
2022-08-16nettl: don't allow out-of-range time stamps.Guy Harris1-1/+11
2022-08-16libpcap: don't allow out-of-range time stamps.Guy Harris1-0/+54