aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson46-81/+0
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier48-1805/+2429
2014-12-31pcapng (wiretap): fix Copy-paste error (CID 1158591 & 1158592)Alexis La Goutte1-2/+2
2014-12-27Get rid of packet data members of header structures.Guy Harris1-43/+26
2014-12-19Get rid of some accidentally-checked-in debugging stuff.Guy Harris1-1/+1
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki2-4/+6
2014-12-18Make sure err_info is always set, and print it iff it's non-null.Guy Harris2-0/+7
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris22-25/+25
2014-12-18Handle "I can't map this for that file format" better.Guy Harris25-48/+63
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris10-17/+17
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris23-39/+39
2014-12-17Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.Guy Harris14-30/+30
2014-12-17Clean up handling of files without a known encapsulation.Guy Harris1-16/+24
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