aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Make sure err_info is always set, and print it iff it's non-null.Guy Harris2014-12-182-0/+7
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-1822-25/+25
* Handle "I can't map this for that file format" better.Guy Harris2014-12-1825-48/+63
* Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris2014-12-1710-17/+17
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-1723-39/+39
* Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris2014-12-1714-30/+30
* Clean up handling of files without a known encapsulation.Guy Harris2014-12-171-16/+24
* Nothing to free there.Guy Harris2014-12-091-1/+0
* Don't try to look in a non-existent hash table.Guy Harris2014-12-091-3/+3
* Use correct expression in a "length too short" message.Guy Harris2014-12-081-1/+1
* Add checks for non-null-terminated strings.Guy Harris2014-12-071-6/+14
* Don't go past the end of the "extra data".Guy Harris2014-12-061-69/+69
* Fix some copy-and-pasteos in error messages.Guy Harris2014-12-051-3/+3
* Squelch another compiler warning.Guy Harris2014-12-011-1/+1
* Squelch a compiler warning.Guy Harris2014-12-011-2/+4
* Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris2014-12-014-58/+211
* Change some names to make them the same in multiple lists.Guy Harris2014-11-301-2/+2
* Note that this document is a bit old.Guy Harris2014-11-271-0/+5
* Fix for very big pid and tid numbers in logcat_textMichał Orynicz2014-11-211-1/+1
* Move text logcat regex strings to shared headerMichał Orynicz2014-11-212-10/+9
* Fix text logcat for changes in android LMichał Orynicz2014-11-201-1/+1
* Wiretap: Added file_seek SEEK_END support.Stig Bjørlykke2014-11-191-4/+13
* 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