aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde3-6/+6
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-3/+8
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde1-1/+1
2017-09-25Docbook: Automatically generate the tools help output.Gerald Combs1-1/+1
2017-09-24autotools: Use package flags to configure libpcapJoão Valverde1-1/+2
2017-09-24Install libwiretap and libwscodecs headersJoão Valverde2-6/+27
2017-09-24Don't look at the comment or process table with pre-2.2 files.Guy Harris1-6/+17
2017-09-19IXIA lcap supportJoerg Mayer2-0/+20
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde2-0/+6
2017-09-16Inquire what frame_size < msdu_length means.Guy Harris1-1/+6
2017-09-14Move a test.Guy Harris1-22/+25
2017-09-14Replace a magic constant with an expression that represents what it is.Guy Harris1-1/+1
2017-09-14Fix comments.Guy Harris1-8/+14
2017-09-14Remove the 4 octets of junk even if that leaves no octets.Guy Harris1-3/+3
2017-09-12A number of 0 for actual_octets may just be an end of record instead of an er...Joerg Mayer1-33/+42
2017-09-07More [-Wmaybe-uninitialized] fixes with -OgJoão Valverde1-0/+3
2017-09-06NetMon: Add support for WiFi MessageMichael Mann1-0/+2
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-09-05Ensure process info offset is "seek"ed when process info exists in NetMon file.Michael Mann1-0/+5
2017-09-04Add support for WPFCapture "formats" from Microsoft Analyzer.Michael Mann3-1/+60
2017-09-01Add support for NetMon NetmonFilter and NetworkInfoEx frame types.Michael Mann3-2/+14
2017-08-31Read process info table from Netmon filesMichael Mann1-20/+214
2017-08-30Add support for reading comments in Network Monitor filesMichael Mann3-22/+273
2017-08-29Add Network Monitor Event Tracing eventMichael Mann3-3/+8
2017-08-27err_info is used, so don't mark it unused.Guy Harris1-1/+1
2017-08-26wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke3-0/+7
2017-07-18Do the meta-tag stuff the same way in all three cases.Guy Harris1-4/+8
2017-07-18Revert "Don't byte-swap an 1-byte value."Guy Harris1-3/+1
2017-07-18Remove unnecessary test.Guy Harris1-4/+1
2017-07-18Don't byte-swap an 1-byte value.Guy Harris1-1/+3
2017-07-18Remove unnecessary test.Guy Harris1-3/+1
2017-07-18Copy no more than MAX_ERF_EHDR - 1 additional extension headers.Guy Harris1-1/+7
2017-07-17Use time_t for the seconds part of a time stamp.Guy Harris1-6/+6
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington5-142/+1623
2017-07-14vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi3-0/+7
2017-06-22Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris3-0/+5
2017-06-19Put the definition of BIT_SWAPPED_MAC_ADDRS in the file where it's used.Guy Harris2-5/+12
2017-06-15Make the short names for USB encspsulation types more regular.Guy Harris1-2/+2
2017-06-15Better names for various USB headers.Guy Harris1-2/+2
2017-06-15Miscellaneous texual corrections and additionJaap Keuter2-3/+3
2017-06-09Add URL for link specifying D-Bus maximum message length.Guy Harris1-1/+6
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris53-150/+200
2017-06-03LoRaTap DLT and dissectorErik de Jong3-0/+7
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris7-25/+12
2017-05-09Set nss and rate_mcs_index in more arms of the Series II PLCP switch.Guy Harris1-2/+4
2017-05-09vwr (wiretap): fix Assigned value is garbage or undefined Warning found by Cl...Alexis La Goutte1-1/+1
2017-05-08Note that the HT MCS index macros can't return all possible MCS values.Guy Harris1-1/+11
2017-05-07Fix handling of 20 MHz VHT with MCS = 9.Guy Harris1-10/+18
2017-05-06Set some variables in the "RF only" code path.Guy Harris1-2/+5
2017-05-05vwr.c: Initialize some local variablesMichael Mann1-2/+2