aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-13Move structure definition outside another structure definition.Guy Harris1-4/+6
2016-01-13Get rid of debugging printouts.Guy Harris1-5/+0
2016-01-13Clean up handling of the data before the Ethernet packet in ERF files.Guy Harris4-14/+32
2016-01-13Fix issue with dumping to logcat_text from UPPER_PDUmichal.orynicz1-0/+11
2016-01-13Dissect the MC and AAL2 headers as 32-bit words.Guy Harris3-1/+20
2016-01-13Assorted cleanups.Guy Harris1-13/+13
2016-01-13nettrace_3gpp_32_423 Protect from buffer overun.AndersBroman1-1/+5
2016-01-13Use g_ntoh* rather than g_hton*.Guy Harris1-5/+5
2016-01-08Note that sometimes the packet time stamps are relative to the start time.Guy Harris1-2/+7
2016-01-08Improve an error message.Guy Harris1-1/+1
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker3-4/+12
2015-12-31Don't cast away constness.Guy Harris1-11/+51
2015-12-24Refactor 802.11 radio flags.Simon Barber9-187/+142
2015-12-21Squelch another warning.Guy Harris1-1/+1
2015-12-21Squelch some compiler warnings.Guy Harris1-3/+3
2015-12-21Rename some variables to make it a bit clearer what they are.Guy Harris1-31/+31
2015-12-20Add bounds checks and fix a length argument.Guy Harris1-15/+34
2015-12-19Add missing ERF types, mention another missing type, mention reserved space.Guy Harris2-0/+9
2015-12-19ERF: Add basic no-break support for ERF_TYPE_META.Anthony Coddington2-5/+21
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+2
2015-12-16Make zlib API constness-aware, take 2.Guy Harris2-5/+17
2015-12-16Revert "Make zlib API constness-aware"Guy Harris2-3/+10
2015-12-16Make zlib API constness-awareJoão Valverde2-10/+3
2015-12-06Get rid of a bunch of unused variables.Guy Harris3-9/+1
2015-12-05Revert "Build Flex-generated files with "warnings are errors"."Guy Harris3-16/+29
2015-12-05Build Flex-generated files with "warnings are errors".Guy Harris3-29/+16
2015-12-05Use noyywrap rather than defining our own yywrap functions.Guy Harris2-22/+10