Qt: Add separators between filter expression buttons.
[metze/wireshark/wip.git] / wiretap /
2018-02-17 Guy HarrisUse -Werror except for explicitly listed dirty dissectors.
2018-02-16 Guy HarrisUse DIAG_OFF_FLEX/DIAG_ON_FLEX more consistently.
2018-02-16 Guy HarrisTreat most Lex-generated and all Lemon-generated files...
2018-02-13 Bruno VerstuyftAdded dissector for Excentis DOCSIS31 XRA header. DLT...
2018-02-13 Dario Lombardomore SPDX convertions.
2018-02-11 Martin Mathiesondct2000: avoid allocating/storing/freeing empty string
2018-02-09 Guy HarrisDo the maximum block size check in pcap_read_block().
2018-02-09 Guy HarrisRename ft_specific_data to reflect what we're actually...
2018-02-09 Guy HarrisRemove redundant members from wtap_syscall_header.
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 HarrisFix white space.
2018-02-08 Guy HarrisGet rid of unused structure member.
2018-02-07 Guy HarrisDistinguish between "probably not pcapng" and "probably...
2018-02-07 Stig Bjørlykkenetmon: Initialize struct netmonrec_comment on alloc
2018-02-05 Guy HarrisDon't assume records all have time stamps and captured...
2018-02-05 Guy HarrisSpeak of records, not packets.
2018-02-05 Guy HarrisDelete an out-of-date comment.
2018-02-05 Guy HarrisHave block read routines indicate whether the block...
2018-02-05 Guy Harrispcapng_read_block() should just return a Boolean.
2018-02-05 Guy Harrispcapng_read_section_header_block() should just return...
2018-02-04 Guy Harrisvalid_but_empty_file is a Boolean, so declare it as...
2018-02-04 Guy HarrisCheck for read errors by checking for PCAPNG_BLOCK_ERROR.
2018-02-04 Guy HarrisDon't treat short reads as errors when checking the...
2018-02-04 Guy HarrisDon't put knowledge about the "is this pcapng" test...
2018-02-04 Guy HarrisNote that we should show ISBs in the "packet" list.
2018-02-04 Guy HarrisGive an IDB and an NRB as examples of the third type...
2018-02-04 Guy HarrisDisallow registration of some block type values for...
2018-01-30 Jakub Zawadzkiwiretap/merge.c: Fix memory leak, fix description.
2018-01-30 Martin Mathiesondct2000 wiretap: expect all lines to have exactly 4...
2018-01-29 João ValverdeAvoid #ifdef'ing out translation units
2018-01-29 Martin Mathiesondct2000: for speed, avoid ws_strtoi32() while reading...
2018-01-24 Jakub Zawadzkiwiretap/k12: fix memory leak.
2018-01-22 Anthony CoddingtonERF: Fix broken erf_open ethernet checking
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2018-01-20 Dario Lombardowiretap: more SPDX license convertions.
2018-01-19 Guy HarrisDon't do pcap heuristics on a pipe.
2018-01-18 Guy HarrisRemove an unnecessary test.
2018-01-18 Guy HarrisDon't insist on reading a full buffer from the input...
2018-01-16 Gerald CombsWiretap: Add a missing comma.
2018-01-15 Guy HarrisTest explicitly against 0 for integers and NULL for...
2018-01-14 Guy HarrisAdd a URL for RFC 1952.
2018-01-14 Guy HarrisCheck for gzipped files even if we don't have libz.
2018-01-11 Gerald CombsUse an enum for plugin types.
2018-01-10 Gerald CombsIxVeriWave: Adjust signature timestamp checking.
2018-01-09 Pascal Quantinwiretap: add a parameter to wtap_init() indicating...
2018-01-09 Guy HarrisUse pcapng as the name of the file format.
2018-01-05 Dario Lombardoerf: remove redundant check (CID: 1159076).
2017-12-29 Guy HarrisDo the right check for "no name resolution information...
2017-12-28 Guy HarrisNo need for read_new_line to return a packet offset.
2017-12-27 Guy HarrisAdd lzip to the "other compressed formats" comment.
2017-12-26 Guy HarrisFix some comments.
2017-12-26 Dario Lombardowiretap: remove unneeded check (CID: 1396988).
2017-12-21 Anton GlukhovAdd IEEE 802.3br Frame Preemption Protocol dissector
2017-12-14 João ValverdeRefactor plugin registration and loading
2017-12-01 James Kodumpcap: enable capture of pcapng from pipe
2017-11-19 João ValverdeFix (and chop) static build option
2017-11-18 João Valverdeautotools: Library build products don't need explicit...
2017-11-15 AndersHandle LINKTYPE_JUNIPER_ST 200.
2017-10-29 Michael Mann"Hardcode" the port types used by Export PDU functionality
2017-10-29 João Valverdewtap.h: Replace literal buffer size with WS_INET_ADDRSTRLEN
2017-10-27 João ValverdeYACC is set to the missing script if not found
2017-10-27 João Valverdeautotools: Fix LN_S usage
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-10-26 Gerald CombsCMake: Don't check for windows.h or winsock2.h.
2017-10-18 João Valverdeautotools: Remove abi-compliance-checker code
2017-10-15 João Valverdeautotools: make maintainer-clean should allow rerunning...
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-10-13 João ValverdeCMake: Allow user build flags to override default build...
2017-09-26 João ValverdeRename "ws_version_info.h", also .c
2017-09-26 João ValverdeMove some DIAG_OFFs to make code less ugly
2017-09-26 João Valverdeplugins: Use g_slist_prepend() instead.
2017-09-25 Gerald CombsDocbook: Automatically generate the tools help output.
2017-09-24 João Valverdeautotools: Use package flags to configure libpcap
2017-09-24 João ValverdeInstall libwiretap and libwscodecs headers
2017-09-24 Guy HarrisDon't look at the comment or process table with pre...
2017-09-19 Joerg MayerIXIA lcap support
2017-09-19 João ValverdeDisable flex-generated [-Wsign-compare] warnings
2017-09-16 Guy HarrisInquire what frame_size < msdu_length means.
2017-09-14 Guy HarrisMove a test.
2017-09-14 Guy HarrisReplace a magic constant with an expression that repres...
2017-09-14 Guy HarrisFix comments.
2017-09-14 Guy HarrisRemove the 4 octets of junk even if that leaves no...
2017-09-12 Joerg MayerA number of 0 for actual_octets may just be an end...
2017-09-07 João ValverdeMore [-Wmaybe-uninitialized] fixes with -Og
2017-09-06 Michael MannNetMon: Add support for WiFi Message
2017-09-06 João Valverdeplugins: config.h must not be included by public headers
2017-09-05 Michael MannEnsure process info offset is "seek"ed when process...
2017-09-04 Michael MannAdd support for WPFCapture "formats" from Microsoft...
2017-09-01 Michael MannAdd support for NetMon NetmonFilter and NetworkInfoEx...
2017-08-31 Michael MannRead process info table from Netmon files
2017-08-30 Michael MannAdd support for reading comments in Network Monitor...
2017-08-29 Michael MannAdd Network Monitor Event Tracing event
2017-08-27 Guy Harriserr_info is used, so don't mark it unused.
2017-08-26 Stig Bjørlykkewiretap: Add WTAP_ENCAP_NORDIC_BLE
2017-07-18 Guy HarrisDo the meta-tag stuff the same way in all three cases.
2017-07-18 Guy HarrisRevert "Don't byte-swap an 1-byte value."
2017-07-18 Guy HarrisRemove unnecessary test.
2017-07-18 Guy HarrisDon't byte-swap an 1-byte value.
2017-07-18 Guy HarrisRemove unnecessary test.
next