aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-04-01ERF: Add dissection and wiretap support for ERF_TYPE_META.Anthony Coddington2-13/+1320
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera3-3/+4
2016-03-31[Nettrace] Add parsing of some HSS records.AndersBroman1-11/+138
2016-03-29Assorted cleanups.Guy Harris1-17/+29
2016-03-28Fix some warnings/errors of typeJoerg Mayer6-8/+22
2016-03-27Treat Gammu DCT3 trace files as having magic numbers.Guy Harris1-1/+2
2016-03-24Add files by folder to distribution tarball (EXTRA_DIST)João Valverde1-0/+1
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-09Initialize write function pointers when copying a new wtap block option.Michael Mann1-0/+2
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+146
2016-03-06Fix indentation.Guy Harris1-23/+23
2016-03-06Improve wiretap block capabilities.Michael Mann4-1064/+725
2016-03-03Refactor wiretap option block types into a registration system.Michael Mann2-190/+261
2016-03-03Allocate GArray when copying stat blocks within IDB block.Michael Mann1-1/+1
2016-03-03Revert "autotools: Use explicit zlib dependency build flags"João Valverde1-7/+2
2016-03-03autotools: Use explicit zlib dependency build flagsJoão Valverde1-2/+7
2016-03-01NULL check GArray to prevent assertion.Michael Mann1-1/+2
2016-03-01Prevent use-after-free issues with pcapng.c/wtap_opttypes.cMichael Mann3-11/+14
2016-02-27wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+2
2016-02-26Ensure we have a name resolution block when parsing its block type.Michael Mann1-1/+6
2016-02-25Clean up modelines and indentation.Guy Harris3-5/+5
2016-02-25An SHB with a magic of 0x1A2B3C4D isn't necessarily little-endian.Guy Harris1-2/+2
2016-02-25For SHBs, always use the byte order from the byte-order magic.Guy Harris1-19/+36
2016-02-25Fix allocation of option bocks in pcapng_read().Guy Harris1-2/+3
2016-02-24Fix another heap-based bufffer overflow.Guy Harris1-10/+12
2016-02-24Add 1 byte and 16 byte as separate values.Guy Harris1-2/+2
2016-02-24vwr: fix heap-based buffer overflowPeter Wu1-7/+4
2016-02-23Making wiretap option blocks more generic.Michael Mann14-881/+1518
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+3
2016-02-20Fix various off-by-one in buffer sizesPeter Wu1-1/+1
2016-02-20Initial support for FreeBSD USB captures.Guy Harris2-7/+3
2016-02-20Put back a define to make the Lua build happy.Guy Harris1-1/+7
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris2-3/+1
2016-02-19Don't bother setting phdr->pkt_encap to wth->file_encap.Guy Harris4-8/+3
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2016-02-11nstrace: Allow opening of files that are not multiples of 16kBanilkumar9111-5/+14
2016-02-11autotools: Add more silent build rulesJoão Valverde1-1/+1
2016-02-11Make file indices consistently unsigned in the merge code.Guy Harris2-7/+7
2016-02-11Avoid undefined behavior in overflow checkMichael McConville1-1/+1
2016-01-29No need for a routine to return a GSList of extensions for compressed files.Guy Harris3-73/+26
2016-01-29Add A-MPDU reassembly information to the radio metadata.Guy Harris1-0/+9
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-13/+4
2016-01-25phdr->pkt_encap and phdr->pkt_tsprec need to be set for seek-read too.Guy Harris1-0/+13
2016-01-20Note that using file_gets() for UCS-2 files is a bit of a hack.Guy Harris1-0/+4
2016-01-20Fix indentation.Guy Harris1-31/+31
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-0/+2
2016-01-17[iseries] fix iseries_check_file_type()Martin Kaiser1-6/+15
2016-01-17[iseries] return WTAP_OPEN_ERROR if file_seek() failsMartin Kaiser1-1/+1
2016-01-16Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.Guy Harris1-13/+15
2016-01-16Improve Error messages when failing to load pcapng filesMichael Mann1-20/+23