simplify some include file paths
[metze/wireshark/wip.git] / wiretap /
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.
2017-07-18 Guy HarrisCopy no more than MAX_ERF_EHDR - 1 additional extension...
2017-07-17 Guy HarrisUse time_t for the seconds part of a time stamp.
2017-07-17 Anthony CoddingtonERF_TYPE_META write and comment support
2017-07-14 Stefan Hajnoczivsock: add WTAP_ENCAP_VSOCK constant
2017-06-22 Guy HarrisAdd WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.
2017-06-19 Guy HarrisPut the definition of BIT_SWAPPED_MAC_ADDRS in the...
2017-06-15 Guy HarrisMake the short names for USB encspsulation types more...
2017-06-15 Guy HarrisBetter names for various USB headers.
2017-06-15 Jaap KeuterMiscellaneous texual corrections and addition
2017-06-09 Guy HarrisAdd URL for link specifying D-Bus maximum message length.
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2017-06-03 Erik de JongLoRaTap DLT and dissector
2017-06-03 Guy HarrisDon't keep the pcap/pcapng link-layer header type as...
2017-05-09 Guy HarrisSet nss and rate_mcs_index in more arms of the Series...
2017-05-09 Alexis La Gouttevwr (wiretap): fix Assigned value is garbage or undefin...
2017-05-08 Guy HarrisNote that the HT MCS index macros can't return all...
2017-05-07 Guy HarrisFix handling of 20 MHz VHT with MCS = 9.
2017-05-06 Guy HarrisSet some variables in the "RF only" code path.
2017-05-05 Michael Mannvwr.c: Initialize some local variables
2017-05-05 Guy HarrisSmall cleanups.
2017-05-05 Guy HarrisAssume the Series II does the same with NSS for VHT...
2017-05-05 Guy HarrisNSS != (MCS / 8) + 1 for MCS >= 32.
2017-05-05 Guy HarrisSeries I only handles pre-HT, so rename and remove...
2017-05-05 Guy HarrisHave separate routines for calculating pre-HT/HT/VHT...
2017-05-04 Guy HarrisAnother comment explaining why a packet size check...
2017-05-04 Guy HarrisDo packet length checks iff they're necessary.
2017-05-04 Guy HarrisAdd a comment.
2017-05-04 Guy HarrisClean up whitespace and a #define.
2017-05-04 Guy HarrisUpdate comments.
2017-05-04 Guy HarrisUse a #define for the PLCP type.
2017-05-04 Guy HarrisRemove an unnecessary comment, fix another comment.
2017-05-04 Guy HarrisRemove trailing white space.
2017-05-04 Guy HarrisMore description of stats headers.
2017-05-04 Guy HarrisFix some comments, shuffle some code, change a constant...
2017-05-01 Guy HarrisFor S3, yes, the PLCP type can be vVW510021_W_PLCP_LEGACY.
2017-05-01 Guy HarrisMake the record-length checks take the RF information...
2017-04-30 Guy HarrisDo all the command-type analysis of decode_msg() in...
2017-04-30 Guy HarrisUse some #defines.
2017-04-30 Guy HarrisFix a comment to reflect reality.
2017-04-30 Simon Barberpacket-ieee80211-radio.c: Minor refactor and whitespace...
2017-04-30 Guy HarrisSome cleanup.
2017-04-30 Guy HarrisBoolean bitfields don't need a mask, just a bit.
2017-04-30 Guy HarrisSeries III packets appear to have an FCS at the end.
2017-04-30 Guy HarrisGet rid of duplicate #defines, and shuffle some comment...
2017-04-30 Guy HarrisRemove Series III code from vwr_read_s2_W_rec().
2017-04-29 Guy HarrisEliminate some double-frees.
2017-04-29 Michael MannImprove ixveriwave dissector
2017-04-27 Guy HarrisAdd/expand comments, add/shuffle #defines.
2017-04-20 Guy HarrisTake the error message generation out of the merge_file...
2017-04-18 Guy HarrisNo need to close a descriptor that didn't get duped...
2017-04-18 Guy HarrisMore checks for localtime() failing.
2017-04-18 Guy HarrisJust say "pcap" in the short names of all pcap variants.
2017-04-18 Guy HarrisEliminate an unneded member of a wtap_dumper.
2017-04-17 Guy HarrisDon't assume gmtime() or localtime() succeed.
2017-04-05 Guy HarrisA bunch of "{Mac} OS X" -> "macOS" changes.
2017-03-31 Scott DeandreaAdd packet capture support for Darwin USB
2017-03-29 Guy HarrisFix problem found by Coverity.
2017-03-28 Michael Mannk12text.l: Move large data (WTAP_MAX_PACKET_SIZE) to...
2017-03-28 Michael Mannlogcat_text.c: Move large data (WTAP_MAX_PACKET_SIZE...
2017-03-27 Michael Mannnetscreen.c: Suppress compiler warnings on Windows
2017-03-27 Michael Mannnetscaler.c: use dynamic memory for temporary buffer...
2017-03-22 Stig Bjørlykkepcapng: Fix reading OPT_IDB_FCSLEN block
2017-03-22 Guy HarrisHandle LINKTYPE_SDLC.
2017-03-12 Guy HarrisCatch read errors and zero-length records, as opposed...
2017-03-12 Michael Mannnetscaler: Sanity check record size
2017-03-10 Guy HarrisDon't cast to a too-large size.
2017-03-10 Anil Kumarnstrace: fix size of vmnames
2017-03-03 Guy HarrisSquelch a warning from VS Code Analysis.
2017-03-02 Guy HarrisRemove a cast that now causes rather than squelching...
next