test/dissectorstest: assert that text2pcap and tshark runs
[metze/wireshark/wip.git] / file.c
2019-01-03 Dario Lombardofile: remove redundant cast.
2019-01-03 Dario Lombardoepan: use json_dumper for json outputs.
2018-12-27 Guy HarrisTry to squeeze some bytes out of the frame_data structure.
2018-11-20 Peter WuAdd new Secrets API and allow TLS to use pcapng decrypt...
2018-11-16 Guy HarrisUse an enum for compression types in various interfaces.
2018-11-16 Guy HarrisUse the dump parameters structure for non-pcapng-specif...
2018-11-13 Guy HarrisDon't have _ng versions of the dumper open routines.
2018-11-12 Peter Wuwiretap: refactor common parameters for pcapng dump...
2018-09-29 Guy HarrisDefine the wtap_rec next to the Buffer.
2018-08-22 Adam MorrisonFixed a bug related to epan initialization
2018-08-01 Guy HarrisNo need to tell the BER dissector the file name for...
2018-07-10 Guy HarrisIf we explicitly started a new page, print a column...
2018-07-06 Guy HarrisPlug extension list leak.
2018-07-06 Guy HarrisFix the calculation of a file's "basename".
2018-07-03 Peter Wufile: add more sanity checks to detect UI/file loading...
2018-07-03 Peter WuQt: fix crash on opening a capture file while loading...
2018-07-03 Peter Wufile: fix packet list update after dfilter change durin...
2018-06-28 Peter Wufile: do not perform recursive redissections to avoid...
2018-05-25 Peter WuQt: fix use-after-free on error while saving exported...
2018-05-24 Stig BjørlykkeQt: Support search without a selected packet
2018-05-16 Guy HarrisEliminate some unneeded header checks.
2018-05-15 Роман Донченкоwiretap: Add a reader for files in the PEM-like format...
2018-04-17 Gerald CombsRemove some GTK+-only code.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-08 Guy HarrisGet rid of a calculation whose result is not used.
2018-02-05 Guy HarrisSpeak of records, not packets.
2018-01-30 Jakub Zawadzkifile.c: Fix read from array index out of bounds.
2018-01-19 Dario Lombardofile: free memory on exit (found by clang).
2018-01-18 Dario Lombardofile: stop printing packets if 0 columns are asked...
2018-01-02 Merlin ChlostaAdd columns (_ws.col) to output formats json, ek, pdml
2017-12-29 Guy HarrisNo need to remove the old name after a save-with-move...
2017-12-29 Guy HarrisDo the right check for "no name resolution information...
2017-12-29 Guy HarrisIf we save a temporary file by copying or writing,...
2017-12-08 Guy HarrisHave the frame_tvbuff.c routines not use the global...
2017-12-08 Guy HarrisHand the packet provider functions to epan_new().
2017-12-08 Guy HarrisMove the frame_set stuff back into the capture_file...
2017-12-06 Jakub Zawadzkiframe user comments: move to epan, add support for...
2017-12-04 Guy HarrisPut the structure of a capture_file back in cfile.h.
2017-12-04 Guy HarrisMove the parts of a capture_file used by libwireshark...
2017-12-03 Guy HarrisUse cfile.h to define the capture_file type.
2017-12-01 Gerald CombsGet rid of some void pointers.
2017-11-24 João ValverdeGTK: Remove packet editor
2017-11-09 Gerald CombsStart using SPDX license identifiers.
2017-10-31 João ValverdeRemove unused netdb.h #includes
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-10-15 Peter WuRename ui_util.h -> ws_ui_util.h
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-07-17 Guy HarrisRename cf_get_comment() to reflect what comment it...
2017-07-17 Guy HarrisRename section comment get/set routines.
2017-07-17 Anthony CoddingtonERF_TYPE_META write and comment support
2017-06-22 Daan De MeyerAdd --no-duplicate-keys tshark option.
2017-06-19 Jeff MorrissUpdate the capture file load time each time we update...
2017-06-17 Peter WuQt: fix hang on exiting Qt while loading capture file
2017-06-12 Michael MannAdd support for color xml attributes in psml and pdml...
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-05-01 Martin Kaiserfile: (trivial) initialize "passed" when it's declared
2017-04-29 Guy HarrisEliminate some double-frees.
2017-04-24 Guy HarrisMove UI-only stuff out of libwireshark.
2017-04-20 Guy HarrisTake the error message generation out of the merge_file...
2017-04-20 Guy HarrisHave separate routines for open-for-reading and open...
2017-04-19 Guy HarrisHave a common "capture file write failure alert box...
2017-04-19 Guy HarrisHave a common "capture file close alert box" routine.
2017-04-18 Guy HarrisHave a common "capture file close alert box" routine.
2017-04-18 Guy HarrisHave a commont "capture file open alert box" routine.
2017-04-17 Guy HarrisFix backwards test.
2017-04-17 Guy HarrisRename some routines and structure members.
2017-04-12 Guy HarrisPrime the epan_dissect_t with postdissector wanted...
2017-04-12 Guy HarrisRename routines to clarify what they do.
2017-04-12 Guy HarrisAdd an API to let a postdissector specify fields whose...
2017-02-09 Jim YoungMake the capture file's interface description filterable
2017-02-05 Martin KacerPDML: protocol filter incorrectly filters desired subfields
2017-01-21 Gerald CombsQt: Show merge progress.
2016-12-12 Gerald CombsRemove some GtkCList comments and code.
2016-12-12 Guy HarrisGet rid of some GTK+-only routines in file.c.
2016-12-12 Gerald CombsMark routines GTK+ only.
2016-12-04 Guy HarrisHave separate merge APIs for regular file/temporary...
2016-08-23 João ValverdeCMake: Allow setting per target compiler warnings
2016-07-21 Guy HarrisNo need to check for string option values being null.
2016-07-18 Guy HarrisMark the file as having unsaved data if you change...
2016-07-16 Gerald CombsUse timers instead of packet counts to update our UI.
2016-07-14 Guy HarrisRedo the block options APIs.
2016-06-29 Martin Kacertshark fields filter added for other outputs
2016-06-21 Martin Kacertshark JSON and Elasticsearch output fix
2016-06-20 Pascal QuantinAdd JSON export to Qt/GTK UI
2016-06-01 Michael MannAdd data structures necessary to support multiple Name...
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-06-01 Michael MannAllow create_tempfile to support a suffix.
2016-04-21 João ValverdeLink version code statically again
2016-04-11 Stig BjørlykkeLua: Fix add and remove Fields when reload Lua plugins
2016-03-01 Guy HarrisDon't show a progress bar when previewing for the Qt...
2016-02-23 Stig BjørlykkeQt: Select matching tree item and bytes in Find Packet
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-18 Stig BjørlykkeQt: Add regex support in Find Packet
2016-02-12 Alexis La Gouttefile: fix variable ‘progbar’ might be clobbered by...
2016-02-11 Guy HarrisMake file indices consistently unsigned in the merge...
2016-02-05 Stig BjørlykkeDon’t adjust time column widths in cf_open
2016-02-05 Stig BjørlykkeQt: Add check for field extractors
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
next