aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-16visual: don't allow out-of-range time stamps.Guy Harris1-3/+13
2022-08-16netxray: don't allow out-of-range time stamps.Guy Harris3-13/+44
2022-08-14Linux USB: fix incorrect values for the packet length.Guy Harris1-0/+167
2022-08-03wiretap: Do not silently limit capture lengthTomasz Moń1-14/+0
2022-07-10wiretap: Fix urls in commentsRoland Knall1-11/+11
2022-06-29USBLL: Dissect speed specific linktypesTomasz Moń3-0/+16
2022-06-02NSIS: Update some target and filenames.Gerald Combs1-1/+1
2022-06-02wiretap: merge support for IDBs in the middle of a fileJohn Thacker1-40/+128
2022-06-01file: Only change the file descriptors on a Save with CopyJohn Thacker1-0/+4
2022-05-13merge: Don't write to stdout if tempdir is not setJohn Thacker1-5/+6
2022-04-22Provide the section number for blocks, and show it.Guy Harris3-4/+22