aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Nothing to free there.Guy Harris1-1/+0
2014-12-09Don't try to look in a non-existent hash table.Guy Harris1-3/+3
2014-12-08Use correct expression in a "length too short" message.Guy Harris1-1/+1
2014-12-07Add checks for non-null-terminated strings.Guy Harris1-6/+14
2014-12-06Don't go past the end of the "extra data".Guy Harris1-69/+69
2014-12-05Fix some copy-and-pasteos in error messages.Guy Harris1-3/+3
2014-12-01Squelch another compiler warning.Guy Harris1-1/+1
2014-12-01Squelch a compiler warning.Guy Harris1-2/+4
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris4-58/+211
2014-11-30Change some names to make them the same in multiple lists.Guy Harris1-2/+2
2014-11-27Note that this document is a bit old.Guy Harris1-0/+5
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