aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: Intrustion -> IntrusionBalint Reczey2014-11-021-1/+1
* Dataflow analysis is hard, let's go shopping!Guy Harris2014-10-301-0/+2
* Squelch some used-but-not-set warnings (one legitimate, others not).Guy Harris2014-10-301-6/+6
* Use correct variable.Guy Harris2014-10-301-1/+1
* Extract the center frequency from Peek tagged files.Guy Harris2014-10-301-0/+2
* Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris2014-10-302-8/+76
* Handle the MCS index in Peek tagged files.Guy Harris2014-10-302-40/+51
* Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris2014-10-299-29/+139
* Add a comment showing mapping to radiotap.Guy Harris2014-10-281-0/+55
* Some additional information from bug 10637.Guy Harris2014-10-281-9/+45
* Expand comments.Guy Harris2014-10-251-6/+52
* Get rid of a trailing blank.Guy Harris2014-10-251-1/+1
* Update a comment.Guy Harris2014-10-251-7/+6
* PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte2014-10-191-5/+0
* Get rid of unused includes of <ctype.h>.Guy Harris2014-10-172-2/+0
* Don't use ctype.h routines.Guy Harris2014-10-178-47/+39
* Don't try to compute time stamps for files from Packet Builder.Guy Harris2014-10-161-8/+18
* Fix a debugging printout.Guy Harris2014-10-161-2/+2
* Get rid of some set-but-no-longer-used variables.Guy Harris2014-10-161-6/+0
* Make sure *err and *err_info are set when returning PCAPNG_BLOCK_NOT_SHB.Guy Harris2014-10-161-5/+7
* The record offset block begins with a 1-byte(!) header.Guy Harris2014-10-161-21/+19
* Get rid of another unused variable.Guy Harris2014-10-161-2/+0
* Don't allocate the interfaces array until we've read the SHB.Guy Harris2014-10-151-5/+4
* Clean up the read routines.Guy Harris2014-10-151-191/+201
* We can't check the length of an SHB until we determine the byte order.Guy Harris2014-10-141-16/+16
* Don't assume pcap_read_block() returns the number of bytes read.Guy Harris2014-10-141-9/+2
* Don't log warnings if no block-type handlers are registered.Guy Harris2014-10-141-6/+6
* Get rid of no-longer-used #define.Guy Harris2014-10-141-2/+0
* Don't supply time stamps for Capsa packets for now.Guy Harris2014-10-141-11/+18
* Fix return values.Guy Harris2014-10-141-4/+4
* And another warning.Guy Harris2014-10-141-1/+1
* Squelch another warning.Guy Harris2014-10-141-1/+1
* Squelch a compiler warning.Guy Harris2014-10-141-1/+1
* Clean up comment.Guy Harris2014-10-141-1/+1
* Get rid of out-of-date comment.Guy Harris2014-10-141-12/+0
* Initial version of support for Colasoft Capsa files.Guy Harris2014-10-146-1/+495
* Use the wtap_read_bytes{_or_eof}() routines.Guy Harris2014-10-111-77/+57
* Use the count-of-records fields to figure out how many records to read.Guy Harris2014-10-111-98/+134
* Use names more like the other names in open_info.Guy Harris2014-10-101-62/+91
* Version 3 has only absolute timestamps; don't set nsg_creltime.Guy Harris2014-10-101-5/+7
* wtap_file_read_till_separator() can return values other than 1 on success.Guy Harris2014-10-101-1/+1
* CMake: Bundle our libraries.Gerald Combs2014-10-101-1/+6
* Oops, missed one.Guy Harris2014-10-101-1/+1
* Don't treat int return values as valid wtap_open_return_val values.Guy Harris2014-10-101-8/+10
* Cast size_t to to gulong as the length argument to g_snprintf().Guy Harris2014-10-101-3/+3
* Fix declared types of open routines.Guy Harris2014-10-1048-49/+49
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-0951-523/+515
* Make the OPEN_INFO_ values members of an enum.Guy Harris2014-10-091-8/+6
* Use WTAP_ERR_DECOMPRESS for decompression errors.Guy Harris2014-10-081-4/+4
* No need to set *err_info if there's no error.Guy Harris2014-10-081-2/+0