aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor "common" hostlist/endpoint table functionality.Michael Mann2014-08-181-1/+0
* Fix whitespace/indentation to match editor modelines.Bill Meier2014-08-051-10/+10
* Rip out the filetap codeEvan Huus2014-08-041-38/+18
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-021-2/+2
* Refactor "common" Conversation table functionality.Michael Mann2014-07-261-0/+1
* Replace lseek/fstat by ws_lseek64/ws_fstat64Peter Wu2014-07-251-2/+2
* Make --help and --version information a bit more uniform.Guy Harris2014-07-031-2/+35
* More getopt_long(), for --help and --version.Guy Harris2014-07-031-1/+6
* Regularize the help output of programs.Guy Harris2014-07-031-18/+8
* Regularize the first line of version output.Guy Harris2014-07-031-4/+4
* Drop privileges even earlier.Guy Harris2014-07-011-18/+18
* Drop privileges very early on.Guy Harris2014-06-301-9/+5
* Put in missing forward declaration.Guy Harris2014-06-291-0/+1
* Move some more stuff into wsutil.Guy Harris2014-06-291-23/+8
* Fix build errors for tfshark and echld.Guy Harris2014-06-221-8/+9
* Move get_copyright_info() to wsutil.Guy Harris2014-06-211-0/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-1/+1
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-1/+1
* Revert "Refactor Wiretap"Guy Harris2014-05-091-23/+44
* Refactor WiretapMichael Mann2014-05-091-44/+23
* Get rid of more tvb_get_nstringz* calls.Guy Harris2014-04-121-0/+4
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-0/+3
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-3/+5
* Disable tfshark taps for now.Evan Huus2014-02-141-0/+4
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-5/+5
* Clean up OPTSTRING, removing ':'s from options that don't expect args and rem...Chris Maynard2014-01-111-1/+1
* FixAnders Broman2014-01-101-1/+3
* Sorry, the bytes-to-read argument to file_read() is unsigned int, soGuy Harris2014-01-081-49/+49
* TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann2014-01-081-0/+2794