aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
Commit message (Expand)AuthorAgeFilesLines
* Add --no-duplicate-keys tshark option.Daan De Meyer2017-06-221-2/+21
* Refactor JSON output functionsDaan De Meyer2017-06-161-2/+0
* Add support for color xml attributes in psml and pdml formats.Michael Mann2017-06-121-2/+4
* Don't colorize a line if we have no color filter.Guy Harris2017-06-111-1/+1
* tshark: add "--color" option emulating wireshark colorsDave Goodell2017-06-111-8/+47
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-8/+6
* Report syntax errors in UAT prefs parsingPeter Wu2017-05-261-2/+8
* Fix Windows build without pcap.Guy Harris2017-05-121-1/+7
* tshark: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2017-05-091-1/+1
* Auto reset epan sessionHessam Jalali2017-05-051-4/+36
* Eliminate some double-frees.Guy Harris2017-04-291-2/+0
* Move UI-only stuff out of libwireshark.Guy Harris2017-04-241-23/+9
* Print first-pass read errors at the end.Guy Harris2017-04-231-28/+53
* tshark: make success volatile.Jakub Zawadzki2017-04-231-1/+1
* Rename read{_cap}_file() to process{_cap+_file().Guy Harris2017-04-231-5/+5
* Just have read_cap_file()/read_file() return a success/failure indication.Guy Harris2017-04-231-9/+10
* Rename some routines to better reflect what they do.Guy Harris2017-04-231-5/+5
* Have separate routines for open-for-reading and open-for-writing errors.Guy Harris2017-04-201-5/+4
* Make the command-line and alert-box failure messages more similar.Guy Harris2017-04-201-4/+5
* Fix a compiler warning.Guy Harris2017-04-201-1/+1
* Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris2017-04-201-2/+2
* Add common routines for command-line libwiretap error reporting.Guy Harris2017-04-201-355/+18
* Have a common "print a capture file open error message" routine.Guy Harris2017-04-181-101/+77
* Clean up documentation and help messages for protocol enabling/disabling.Guy Harris2017-04-171-0/+2
* Rename some routines and structure members.Guy Harris2017-04-171-10/+13
* Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris2017-04-121-69/+54
* Rename routines to clarify what they do.Guy Harris2017-04-121-4/+4
* Add an API to let a postdissector specify fields whose values it needs.Guy Harris2017-04-121-20/+75
* Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris2017-04-091-12/+4
* Pull the error reporting into {read,save}_filter_list.Guy Harris2017-04-091-8/+1
* Move the filter file reading code to libui.Guy Harris2017-04-091-1/+1
* Pull the error-reporting code for preference files into read_prefs().Guy Harris2017-04-091-29/+2
* Pull the code to save enabled/disabled lists into libwireshark.Guy Harris2017-04-091-1/+1
* Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris2017-04-081-82/+25
* A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris2017-04-051-2/+2
* Reflect new default value of snaplen in man pages.Martin Sehnoutka2017-03-281-1/+1
* Check for return value of WSAStartup on all executables.Michael Mann2017-03-271-1/+7
* tshark: Optionally delimit packet summary columns with tabsJim Young2017-03-191-16/+32
* tshark and tfshark require -2 when using -R. Document this.Joerg Mayer2017-03-121-0/+1
* print_stream: free memory on exit.Dario Lombardo2017-02-271-1/+2
* json2pcap support addedMartin Kacer2017-02-251-26/+44
* Yell at the user less.Gerald Combs2017-02-201-1/+1
* wsutil: remove leaks from filesystem and plugins code.Dario Lombardo2017-02-181-0/+4
* tshark: free capture file filename on exit.Dario Lombardo2017-02-141-0/+7
* wiretap: add cleanup routine.Dario Lombardo2017-02-141-0/+1
* Further explanation in comments.Guy Harris2017-02-131-2/+6
* Fix a comment to reflect (and better explain) reality.Guy Harris2017-02-131-3/+5
* tshark removed empty line in -T ek outputMartin Kacer2017-02-121-1/+0
* filter_list: add cleanup function and call it on exit.Dario Lombardo2017-02-101-0/+1
* Clean columns on exit.Dario Lombardo2017-02-101-0/+1