aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier2-3/+3
2014-09-11Add some additional checks in SnifferDecompress().Guy Harris1-10/+29
2014-09-10Various minor changes:Bill Meier1-1033/+1046
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-09-06Make the count of bytes read from the file 64 bits.Guy Harris1-1/+1
2014-08-24Fix trailing blank.Guy Harris1-1/+1
2014-08-24Strengthen the heuristics for pcap subtypes.Guy Harris1-226/+205
2014-08-18If we don't find a NetScaler signature, don't report an error.Guy Harris2-8/+9
2014-08-17Return 0, not -1, for "this isn't my type of file".Guy Harris1-1/+1
2014-08-08Logcat text: small fixesMichał Orynicz1-10/+10
2014-08-06Add casts to make logcat-text build on Win64AndersBroman1-2/+2
2014-08-06Add support for android logcat text filesMichał Orynicz7-376/+701
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier3-2977/+2977
2014-08-03Initialize a variable to squelch a false-positive warning on the mac buildbotEvan Huus1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris32-107/+107
2014-07-25Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu2-4/+4
2014-07-23Add cast to satisfy win7 buildbotEvan Huus1-1/+1
2014-07-23Logcat: Add support for conversion from Exported PDUMichal Labedzki1-8/+115
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris56-289/+52
2014-07-15Have buffer_free() null out the buffer data pointer.Guy Harris1-1/+2
2014-07-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-07-15Fix up library names when using CMake on WindowsGraham Bloice1-4/+9
2014-07-11Fix the x64 builds after the commit:b3b1f7c3aa2233a147294bad833b748d38fba84dGraham Bloice1-3/+3
2014-07-11Add strlen casts.Gerald Combs1-2/+2
2014-07-11logcat: improve (crash) robustness, improve namesPeter Wu1-102/+167
2014-07-11Avoid sign-extending bytes before handing them to <ctype.h> macros.Guy Harris2-2/+2
2014-07-10Revert "More needed to get rid of "lib" in "libwsutil" on Windows."Guy Harris1-1/+1
2014-07-09More needed to get rid of "lib" in "libwsutil" on Windows.Guy Harris1-1/+1
2014-07-06Fix more errors revealed by enum-to-integer conversion warnings.Guy Harris1-5/+5
2014-07-06Squelch a warning.Guy Harris1-1/+1
2014-07-06Pull the record processing into netmon_process_record().Guy Harris1-135/+126
2014-07-05Fix an error caught by enum-conversion warnings.Guy Harris1-1/+1
2014-07-05Fix whitespace issues.Guy Harris1-5/+5
2014-07-05Handle the UTC timestamps in NetMon 2.3 files.Guy Harris1-122/+148
2014-07-03catapult,irda: Fix ASAN crashes due to buffer underrunPeter Wu1-2/+2
2014-06-30Logcat: Remove commented codeMichal Labedzki1-8/+3
2014-06-25Update a comment.Guy Harris1-13/+16
2014-06-25Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris1-2/+2
2014-06-25Boost the maximum packet size to 131072.Guy Harris1-2/+2
2014-06-25Remove wiretap/AUTHORS (after ensuring all names are present in the top-level...Jeff Morriss1-34/+0
2014-06-25Update my email address in a couple more spots.Jeff Morriss1-1/+1
2014-06-22Replace C++-style comments with "#if 0"/"#endif".Guy Harris1-2/+6
2014-06-22Logcat: Fix dump formatsMichal Labedzki1-11/+13
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-06-19Long and short names are invertedPascal Quantin1-1/+1
2014-06-16Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'AndersBroman4-6/+6
2014-06-09HPM.2 IPMI Trace Data encapsulation formatU-beauty\bdn1-1/+4
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn2-0/+4
2014-06-04The subtype_seek_read() functions populate *phdr, not wth->phdr.Michael Tüxen1-3/+3