aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-05-06wtap_opttypes(wiretap): Fix Dead StoreAlexis La Goutte1-2/+0
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris14-32/+32
2021-04-28Don't cast away upper bits when assigning to a nstime_t's secs field.Guy Harris2-2/+2
2021-04-27wiretap: clean up freeing of if_filter options.Guy Harris1-64/+51
2021-04-24TIFF: Add a basic TIFF dissectorDaniel Dulaney1-0/+4
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs9-24/+26
2021-04-16Add missing prototypes to lemon-generated code.Gerald Combs1-0/+4
2021-04-10CMake: Add ENABLE_VLD option for MSVCTomasz Moń1-0/+3
2021-04-08pcapng: expand a comment and tweak the version test.Guy Harris1-2/+16
2021-04-09sysdig: a couple more fixesLoris Degioanni1-2/+2
2021-04-09sysdig: implementation fixesLoris Degioanni1-2/+2
2021-04-09sysdig: simplified the separate handling of the two different sysdig block typesLoris Degioanni1-8/+14
2021-04-09sysdig: support the most recent version of sysdigLoris Degioanni3-3/+21
2021-04-02netmon: fill in all of the 802.11 pseudo-header in the dissector.Guy Harris1-20/+5
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-0/+4
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo4-6/+11
2021-03-16Move even more headers outside extern "C".Guy Harris1-3/+2
2021-03-16pcapng: add some comments warning not to cheat.Guy Harris1-5/+95
2021-03-15Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris3-3/+0
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris6-6/+0
2021-03-14libwiretap: make wtap_wtap_encap_to_pcap_encap() private to the library.Guy Harris3-11/+19
2021-03-13pcapng: make sure the packet encapsulation matches the interface encapsulation.Guy Harris1-0/+11
2021-03-13doc: Clean up lists of file types.Guy Harris1-1/+1
2021-03-11observer: rename source and update name.Guy Harris4-26/+35
2021-03-11libwiretap: don't have a central table of file type/subtype name mappings.Guy Harris3-24/+55
2021-03-11pcapng: small cleanups in pcap_open().Guy Harris1-10/+9
2021-03-11Observer is now a product of Viavi.Guy Harris1-1/+1
2021-03-11pcapng: clean up pcapng_block_read().Guy Harris1-97/+124
2021-03-11pcapng: ignore if_filter options with an unknown type.Guy Harris1-6/+5
2021-03-10pcapng: get rid of the local pcapng_t in pcapng_open().Guy Harris1-6/+16
2021-03-10commview: use the data rate to determine the modulation.Guy Harris1-0/+31
2021-03-10several: make the phy reflect the packet modulation.Guy Harris3-0/+71
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris2-15/+7
2021-03-05niobserver: some work.Guy Harris2-85/+144
2021-03-04snoop: expand a comment.Guy Harris1-6/+22
2021-03-04peektagged: guess the PHY for 11b/11g/11a.Guy Harris1-0/+54
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris2-2/+2
2021-03-03netxray: update a comment.Guy Harris1-2/+20
2021-03-03Fix warnings with GCC and -O3João Valverde1-0/+2
2021-03-02Miscellaneous EditorConfig fixesGerald Combs1-3/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-2/+0
2021-02-24wiretap: make WTAP_FILE_TYPE_SUBTYPE_UNKNOWN -1 rather than an index.Guy Harris2-45/+6
2021-02-24wiretap: add a block type for systemd journal entries.Guy Harris3-4/+14
2021-02-24wiretap: add some additional bounds checks for file type/subtype values.Guy Harris1-83/+96
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris63-93/+102
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris14-401/+717
2021-02-22wiretap: fix use of wrong index as array subscript.Guy Harris1-11/+14
2021-02-22wiretap: fix dependency in CMakeLists.txt.Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris66-204/+1090
2021-02-21Some more spelling fixes.Martin Mathieson1-1/+1