aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Dissect the MC and AAL2 headers as 32-bit words.Guy Harris1-0/+1
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-0/+2
2015-12-24Refactor 802.11 radio flags.Simon Barber1-75/+51
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris1-34/+33
2015-11-19use the official DLT for ISO14443Martin Kaiser1-0/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-0/+31
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-0/+15
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-0/+26
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-0/+17
2015-08-24Add some symbols to wtap.h so that we can correctly support 802.11ad.Richard Sharpe1-1/+27
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-0/+23
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-1/+9
2015-08-18Improve file merging for mergecap and wiresharkHadriel Kaplan1-0/+12
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-8/+63
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-6/+99
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris1-2/+3
2015-07-06Update a comment.Guy Harris1-1/+4
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris1-22/+60
2015-06-28Set 802.11.ac Partial AID field sizeGraham Bloice1-1/+1
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-7/+22
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-47/+138
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-21/+61
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-2/+3
2015-06-18Get rid of some unused members of struct ieee_802_11_phdr.Guy Harris1-3/+1
2015-06-15Define XXX_phdr structures in the order in which they appear in the union.Guy Harris1-34/+35
2015-06-15Move some structures used only in pcap-common.c there.Guy Harris1-30/+0
2015-04-30Add the abillity to read 3GPP trace records with format accoding toAndersBroman1-0/+1
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-0/+2
2015-02-28Remove some unneeded includes of <sys/time.h>.Guy Harris1-4/+0
2015-02-17Added JSON native file support.Dario Lombardo1-0/+2
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris1-0/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-5/+5
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+5
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-14/+23
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-8/+27
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-2/+2
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-6/+26
2014-10-14Initial version of support for Colasoft Capsa files.Guy Harris1-0/+2
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-10/+17
2014-10-09Make the OPEN_INFO_ values members of an enum.Guy Harris1-8/+6
2014-10-08Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris1-16/+10
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-4/+4
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-8/+12
2014-09-22pcapng: don't leak block option stringsEvan Huus1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-9/+9
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-06-25Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris1-2/+2