aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-14/+22
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-5/+1
2017-08-29tshark: Add delimiter to both sides of packetlist arrowsJim Young1-6/+6
2017-08-28iface_lists: Access ifaces member by referenceMikael Kanstrup1-25/+21
2017-08-22Add hardware timestamping supportAhmad Fatoum1-8/+29
2017-07-23tshark: assert edt before calling print_packet (CID 1405107).Dario Lombardo1-0/+1
2017-07-03Add option to use wall-clock intervalsSake Blok1-2/+10
2017-06-22Add --no-duplicate-keys tshark option.Daan De Meyer1-2/+21
2017-06-16Refactor JSON output functionsDaan De Meyer1-2/+0
2017-06-12Add support for color xml attributes in psml and pdml formats.Michael Mann1-2/+4
2017-06-11Don't colorize a line if we have no color filter.Guy Harris1-1/+1
2017-06-11tshark: add "--color" option emulating wireshark colorsDave Goodell1-8/+47
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-8/+6
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+8
2017-05-12Fix Windows build without pcap.Guy Harris1-1/+7
2017-05-09tshark: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-05-05Auto reset epan sessionHessam Jalali1-4/+36
2017-04-29Eliminate some double-frees.Guy Harris1-2/+0
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris1-23/+9
2017-04-23Print first-pass read errors at the end.Guy Harris1-28/+53
2017-04-23tshark: make success volatile.Jakub Zawadzki1-1/+1
2017-04-23Rename read{_cap}_file() to process{_cap+_file().Guy Harris1-5/+5
2017-04-23Just have read_cap_file()/read_file() return a success/failure indication.Guy Harris1-9/+10
2017-04-23Rename some routines to better reflect what they do.Guy Harris1-5/+5
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-5/+4
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris1-4/+5
2017-04-20Fix a compiler warning.Guy Harris1-1/+1
2017-04-20Use the new cfile_XXX_failure_message() routines more broadly.Guy Harris1-2/+2
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris1-355/+18
2017-04-18Have a common "print a capture file open error message" routine.Guy Harris1-101/+77
2017-04-17Clean up documentation and help messages for protocol enabling/disabling.Guy Harris1-0/+2
2017-04-17Rename some routines and structure members.Guy Harris1-10/+13
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-69/+54
2017-04-12Rename routines to clarify what they do.Guy Harris1-4/+4
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-20/+75
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-12/+4
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-8/+1
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-29/+2
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-82/+25
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-2/+2
2017-03-28Reflect new default value of snaplen in man pages.Martin Sehnoutka1-1/+1
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+7
2017-03-19tshark: Optionally delimit packet summary columns with tabsJim Young1-16/+32
2017-03-12tshark and tfshark require -2 when using -R. Document this.Joerg Mayer1-0/+1
2017-02-27print_stream: free memory on exit.Dario Lombardo1-1/+2
2017-02-25json2pcap support addedMartin Kacer1-26/+44
2017-02-20Yell at the user less.Gerald Combs1-1/+1