aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Fix for very big pid and tid numbers in logcat_textMichał Orynicz1-1/+1
2014-11-21Move text logcat regex strings to shared headerMichał Orynicz2-10/+9
2014-11-20Fix text logcat for changes in android LMichał Orynicz1-1/+1
2014-11-19Wiretap: Added file_seek SEEK_END support.Stig Bjørlykke1-4/+13
2014-11-02Fix typo: Intrustion -> IntrusionBalint Reczey1-1/+1
2014-10-30Dataflow analysis is hard, let's go shopping!Guy Harris1-0/+2
2014-10-30Squelch some used-but-not-set warnings (one legitimate, others not).Guy Harris1-6/+6
2014-10-30Use correct variable.Guy Harris1-1/+1
2014-10-30Extract the center frequency from Peek tagged files.Guy Harris1-0/+2
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris2-8/+76
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris2-40/+51
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris9-29/+139
2014-10-28Add a comment showing mapping to radiotap.Guy Harris1-0/+55
2014-10-28Some additional information from bug 10637.Guy Harris1-9/+45
2014-10-25Expand comments.Guy Harris1-6/+52
2014-10-25Get rid of a trailing blank.Guy Harris1-1/+1
2014-10-25Update a comment.Guy Harris1-7/+6
2014-10-19PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-5/+0
2014-10-17Get rid of unused includes of <ctype.h>.Guy Harris2-2/+0
2014-10-17Don't use ctype.h routines.Guy Harris8-47/+39
2014-10-16Don't try to compute time stamps for files from Packet Builder.Guy Harris1-8/+18
2014-10-16Fix a debugging printout.Guy Harris1-2/+2
2014-10-16Get rid of some set-but-no-longer-used variables.Guy Harris1-6/+0
2014-10-16Make sure *err and *err_info are set when returning PCAPNG_BLOCK_NOT_SHB.Guy Harris1-5/+7
2014-10-16The record offset block begins with a 1-byte(!) header.Guy Harris1-21/+19
2014-10-16Get rid of another unused variable.Guy Harris1-2/+0
2014-10-15Don't allocate the interfaces array until we've read the SHB.Guy Harris1-5/+4
2014-10-15Clean up the read routines.Guy Harris1-191/+201
2014-10-14We can't check the length of an SHB until we determine the byte order.Guy Harris1-16/+16
2014-10-14Don't assume pcap_read_block() returns the number of bytes read.Guy Harris1-9/+2
2014-10-14Don't log warnings if no block-type handlers are registered.Guy Harris1-6/+6
2014-10-14Get rid of no-longer-used #define.Guy Harris1-2/+0
2014-10-14Don't supply time stamps for Capsa packets for now.Guy Harris1-11/+18
2014-10-14Fix return values.Guy Harris1-4/+4
2014-10-14And another warning.Guy Harris1-1/+1
2014-10-14Squelch another warning.Guy Harris1-1/+1
2014-10-14Squelch a compiler warning.Guy Harris1-1/+1
2014-10-14Clean up comment.Guy Harris1-1/+1
2014-10-14Get rid of out-of-date comment.Guy Harris1-12/+0
2014-10-14Initial version of support for Colasoft Capsa files.Guy Harris6-1/+495
2014-10-11Use the wtap_read_bytes{_or_eof}() routines.Guy Harris1-77/+57
2014-10-11Use the count-of-records fields to figure out how many records to read.Guy Harris1-98/+134
2014-10-10Use names more like the other names in open_info.Guy Harris1-62/+91
2014-10-10Version 3 has only absolute timestamps; don't set nsg_creltime.Guy Harris1-5/+7
2014-10-10wtap_file_read_till_separator() can return values other than 1 on success.Guy Harris1-1/+1
2014-10-10CMake: Bundle our libraries.Gerald Combs1-1/+6
2014-10-10Oops, missed one.Guy Harris1-1/+1
2014-10-10Don't treat int return values as valid wtap_open_return_val values.Guy Harris1-8/+10
2014-10-10Cast size_t to to gulong as the length argument to g_snprintf().Guy Harris1-3/+3
2014-10-10Fix declared types of open routines.Guy Harris48-49/+49