aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14tshark: free capture file filename on exit.Dario Lombardo1-0/+7
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-13Further explanation in comments.Guy Harris1-2/+6
2017-02-13Fix a comment to reflect (and better explain) reality.Guy Harris1-3/+5
2017-02-12tshark removed empty line in -T ek outputMartin Kacer1-1/+0
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo1-0/+1
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-09Make the capture file's interface description filterableJim Young1-0/+1
2017-02-05PDML: protocol filter incorrectly filters desired subfieldsMartin Kacer1-6/+14
2017-02-03Fix builds without libpcap.Guy Harris1-0/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-80/+166
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+12
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+7
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-03tshark: Add -G folders reportJim Young1-0/+98
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-0/+16
2016-11-14tshark: fix activation of heuristic dissectors by command linePascal Quantin1-2/+2
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-42/+5
2016-10-31Have the routine that handles dissection options not exit.Guy Harris1-1/+2
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-67/+26
2016-10-26Properly align the text in an error message.Guy Harris1-1/+1
2016-10-08column-utils: add space to improve readability.Dario Lombardo1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+1
2016-09-27tshark.c: fix indentationPascal Quantin1-1/+1
2016-09-27tshark: register extcap preferencesPascal Quantin1-0/+3
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+10
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-15/+5
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-08-31Crashing in proto_initialize_all_prefixes()? Debugging output.Guy Harris1-8/+0
2016-08-31Debugging printouts, to see why tshark -G crashes on the Win64 buildbot.Guy Harris1-0/+8
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+19