aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2014-09-28Make the time stamp resolution per-packet.Guy Harris53-105/+158
2014-09-27tshark: fix -H optionPascal Quantin1-3/+3
2014-09-27Get rid of some unused members of wtapng_simple_packet_t.Guy Harris1-2/+0
2014-09-26Reduce compilator warningsMichal Labedzki2-10/+10
2014-09-25Fix a record size check.Guy Harris1-7/+7
2014-09-25radcom_read_rec() should always read from the file specified by the fh argument.Guy Harris1-1/+1
2014-09-25pcapng: respect the fact that wblock->data is a unionEvan Huus1-18/+9
2014-09-24Fix presumed cut-and-pasteo.Guy Harris1-3/+2
2014-09-23pcapng: ensure the values we now free are initializedEvan Huus1-0/+8
2014-09-23Make peekclassic_read_packet_v56() more like the _v7 version.Guy Harris1-2/+8
2014-09-23Remove misuse of wtap_file_read_expected_bytes().Guy Harris1-2/+15
2014-09-23Make sure the option string pointers are set before freeing them.Guy Harris1-6/+6
2014-09-22pcapng: don't leak block option stringsEvan Huus3-2/+26
2014-09-22Make style more consistent.Guy Harris1-2/+6
2014-09-22Consistently use tab indentation.Guy Harris1-139/+141
2014-09-22Try to fix some buildbot warningsMichal Labedzki6-38/+46
2014-09-22Clean up reading code.Guy Harris1-81/+78
2014-09-22Fix up formatting (bring function names over to column 0).Jeff Morriss1-104/+167
2014-09-20Remove file_error() calls after pcap_read_block() calls.Guy Harris1-2/+0
2014-09-20Add file_error() calls after file_read().Guy Harris1-0/+3
2014-09-20Set err_info if the attempts to read record headers fail.Guy Harris1-5/+5
2014-09-20The Shomiti document is available on the Wayback Machine.Guy Harris1-7/+4
2014-09-20Logcat: Fix crashes when try to use logcat_text open routine on binary fileMichal Labedzki1-9/+9
2014-09-18Logcat: Add more save formats over exported pduMichal Labedzki1-0/+7
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