aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2018-01-08Do not automatically enable the linux kernel's BPF JIT compilerJon DeVree1-3/+4
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-18/+0
2018-01-02Add columns (_ws.col) to output formats json, ek, pdmlMerlin Chlosta1-4/+4
2017-12-14Refactor plugin registration and loadingJoão Valverde1-15/+0
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-1/+5
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-3/+9
2017-12-08Hand the packet provider functions to epan_new().Guy Harris1-9/+8
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris1-72/+71
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris1-71/+71
2017-12-04Use cfile fields for some frame_data pointers.Guy Harris1-30/+27
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-1/+1
2017-12-01Get rid of some void pointers.Gerald Combs1-4/+2
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-11-08tshark/tfshark: Replace global prefs with a booleanOrgad Shaneh1-3/+5
2017-11-07tshark/tfshark: Do not apply console.log.level before it is setOrgad Shaneh1-4/+4
2017-10-28tshark: Use -G help instead of -G ?Michael Mann1-2/+8
2017-10-26CMake: Don't check for windows.h or winsock2.h.Gerald Combs1-1/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-10-15Tshark: Optional packet summary for ElasticsearchChristoph Wurm1-47/+57
2017-10-11Add --print as an alias for -P, to match tcpdump.Guy Harris1-0/+1
2017-09-26WSUG: More tools updates.Gerald Combs1-1/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
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