802.11: Enhance Extenede Channel Switch Announcement
[metze/wireshark/wip.git] / wiretap /
2014-11-02 Balint ReczeyFix typo: Intrustion -> Intrusion
2014-10-30 Guy HarrisDataflow analysis is hard, let's go shopping!
2014-10-30 Guy HarrisSquelch some used-but-not-set warnings (one legitimate...
2014-10-30 Guy HarrisUse correct variable.
2014-10-30 Guy HarrisExtract the center frequency from Peek tagged files.
2014-10-30 Guy HarrisSupport the bandwidth and "short GI" fields from Peek...
2014-10-30 Guy HarrisHandle the MCS index in Peek tagged files.
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-28 Guy HarrisAdd a comment showing mapping to radiotap.
2014-10-28 Guy HarrisSome additional information from bug 10637.
2014-10-25 Guy HarrisExpand comments.
2014-10-25 Guy HarrisGet rid of a trailing blank.
2014-10-25 Guy HarrisUpdate a comment.
2014-10-19 Alexis La GouttePCAPNG (wiretap): Fix Dead Store (Dead assignement...
2014-10-17 Guy HarrisGet rid of unused includes of <ctype.h>.
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-16 Guy HarrisDon't try to compute time stamps for files from Packet...
2014-10-16 Guy HarrisFix a debugging printout.
2014-10-16 Guy HarrisGet rid of some set-but-no-longer-used variables.
2014-10-16 Guy HarrisMake sure *err and *err_info are set when returning...
2014-10-16 Guy HarrisThe record offset block begins with a 1-byte(!) header.
2014-10-16 Guy HarrisGet rid of another unused variable.
2014-10-15 Guy HarrisDon't allocate the interfaces array until we've read...
2014-10-15 Guy HarrisClean up the read routines.
2014-10-14 Guy HarrisWe can't check the length of an SHB until we determine...
2014-10-14 Guy HarrisDon't assume pcap_read_block() returns the number of...
2014-10-14 Guy HarrisDon't log warnings if no block-type handlers are regist...
2014-10-14 Guy HarrisGet rid of no-longer-used #define.
2014-10-14 Guy HarrisDon't supply time stamps for Capsa packets for now.
2014-10-14 Guy HarrisFix return values.
2014-10-14 Guy HarrisAnd another warning.
2014-10-14 Guy HarrisSquelch another warning.
2014-10-14 Guy HarrisSquelch a compiler warning.
2014-10-14 Guy HarrisClean up comment.
2014-10-14 Guy HarrisGet rid of out-of-date comment.
2014-10-14 Guy HarrisInitial version of support for Colasoft Capsa files.
2014-10-11 Guy HarrisUse the wtap_read_bytes{_or_eof}() routines.
2014-10-11 Guy HarrisUse the count-of-records fields to figure out how many...
2014-10-10 Guy HarrisUse names more like the other names in open_info.
2014-10-10 Guy HarrisVersion 3 has only absolute timestamps; don't set nsg_c...
2014-10-10 Guy Harriswtap_file_read_till_separator() can return values other...
2014-10-10 Gerald CombsCMake: Bundle our libraries.
2014-10-10 Guy HarrisOops, missed one.
2014-10-10 Guy HarrisDon't treat int return values as valid wtap_open_return...
2014-10-10 Guy HarrisCast size_t to to gulong as the length argument to...
2014-10-10 Guy HarrisFix declared types of open routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-09 Guy HarrisMake the OPEN_INFO_ values members of an enum.
2014-10-08 Guy HarrisUse WTAP_ERR_DECOMPRESS for decompression errors.
2014-10-08 Guy HarrisNo need to set *err_info if there's no error.
2014-10-08 Guy HarrisUse WTAP_ERR_BAD_FILE for malformed compressed data...
2014-10-08 Gerald CombsMake sure we don't dereference a null pointer.
2014-10-08 Guy HarrisSet err_info to null for errors that don't have an...
2014-10-07 Guy HarrisProvide an error message for WTAP_ERR_CANT_WRITE.
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisReplace another file_read() call with wtap_read_bytes().
2014-10-07 Guy HarrisClose some memory leaks for bad K12 RF5 files.
2014-10-07 Guy HarrisMake the code a bit more like the pre-new-APIs code.
2014-10-07 Guy HarrisMake the code a bit more like the pre-API change code.
2014-10-07 Guy HarrisClean up white space.
2014-10-07 Guy HarrisFix a comment, clean up some whitespace.
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-10-05 Guy HarrisRead the record length in common code.
2014-10-05 Guy HarrisFix a comment.
2014-10-05 Guy HarrisImprove comments, and add some #defines, to make it...
2014-10-04 Guy HarrisUse some macros to clean up the Snifer decompression...
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-27 Pascal Quantintshark: fix -H option
2014-09-27 Guy HarrisGet rid of some unused members of wtapng_simple_packet_t.
2014-09-26 Michal LabedzkiReduce compilator warnings
2014-09-25 Guy HarrisFix a record size check.
2014-09-25 Guy Harrisradcom_read_rec() should always read from the file...
2014-09-25 Evan Huuspcapng: respect the fact that wblock->data is a union
2014-09-24 Guy HarrisFix presumed cut-and-pasteo.
2014-09-23 Evan Huuspcapng: ensure the values we now free are initialized
2014-09-23 Guy HarrisMake peekclassic_read_packet_v56() more like the _v7...
2014-09-23 Guy HarrisRemove misuse of wtap_file_read_expected_bytes().
2014-09-23 Guy HarrisMake sure the option string pointers are set before...
2014-09-22 Evan Huuspcapng: don't leak block option strings
2014-09-22 Guy HarrisMake style more consistent.
2014-09-22 Guy HarrisConsistently use tab indentation.
2014-09-22 Michal LabedzkiTry to fix some buildbot warnings
2014-09-22 Guy HarrisClean up reading code.
2014-09-22 Jeff MorrissFix up formatting (bring function names over to column 0).
2014-09-20 Guy HarrisRemove file_error() calls after pcap_read_block() calls.
2014-09-20 Guy HarrisAdd file_error() calls after file_read().
2014-09-20 Guy HarrisSet err_info if the attempts to read record headers...
2014-09-20 Guy HarrisThe Shomiti document is available on the Wayback Machine.
2014-09-20 Michal LabedzkiLogcat: Fix crashes when try to use logcat_text open...
2014-09-18 Michal LabedzkiLogcat: Add more save formats over exported pdu
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-09-11 Guy HarrisAdd some additional checks in SnifferDecompress().
2014-09-10 Bill MeierVarious minor changes:
2014-09-09 Bill MeierFix some spelling & grammar.
2014-09-06 Guy HarrisMake the count of bytes read from the file 64 bits.
2014-08-24 Guy HarrisFix trailing blank.
2014-08-24 Guy HarrisStrengthen the heuristics for pcap subtypes.
2014-08-18 Guy HarrisIf we don't find a NetScaler signature, don't report...
2014-08-17 Guy HarrisReturn 0, not -1, for "this isn't my type of file".
next