asn1/kerberos: remember in what frame a key was learned
[metze/wireshark/wip.git] / wiretap /
2014-01-26 alagoutteDrop support of Visual Studio 2005
2014-01-22 guyDon't write out packets that have a "captured length...
2014-01-15 eapacheReject pcap files that claim on-the-wire packet sizes...
2014-01-12 mmannBluetooth/Ubertooth improvements. Bug 9606 (https...
2014-01-10 etxrabMake internal functions static
2014-01-08 mmannTFShark (Terminal Fileshark) v.001. Bug 9607 (https...
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2014-01-02 guyDon't use the length argument to the seek-read routine...
2014-01-02 guyDon't pass the wtap * to a routine if it's not needed.
2014-01-02 guyFill in the struct wtap_pkthdr in the seek-read routine.
2014-01-02 guyHave a routine that reads and processes the record...
2014-01-02 guyProcess the packet header and data in common code,...
2014-01-02 guyRead the packet header in the seek-read routines as...
2014-01-01 guyIf the uncompression buffers are empty, they have no...
2014-01-01 guyBack out r54523 - more work is needed on it, and some...
2013-12-31 guyUse a common code path for most of both sequential...
2013-12-31 guyBack out a change so that we can check it in again...
2013-12-31 guyWhen reading MIME-encapsulated files, read the entire...
2013-12-31 guyWhen reading MIME-encapsulated files, read the entire...
2013-12-31 guyWhen reading sequentially, pass the packet data length to
2013-12-31 guyUse the packet length read from the packet header when...
2013-12-31 guyTrust the packet length we calculate when reading packe...
2013-12-31 guyMake it clearer that we're using the packet length...
2013-12-31 guyUse the packet length read from the packet header when...
2013-12-31 guyUse the packet length read from the packet header when...
2013-12-31 guyUse the packet length read from the packet header,...
2013-12-31 guyUse the packet length read from the packet header,...
2013-12-30 guyClean up white space.
2013-12-30 guyAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 wmeierFix a couple of old typos;
2013-12-30 guySquelch compiler warnings.
2013-12-30 guyMore reverse engineering.
2013-12-30 guyFor file formats that don't have magic numbers, so...
2013-12-28 martinkuse the correct record length for an IPv6 record in...
2013-12-26 guyAdd some new tags seen.
2013-12-21 darkjamesisascii(x) && isprint(x) -> g_ascii_isprint(x)
2013-12-20 darkjamesChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-17 guyGet rid of trailing periods in some error messages...
2013-12-14 geraldCast away shorten-64-to-32 warnings.
2013-12-14 geraldSquelch a bunch of shorten-64-to-32 warnings by parsing...
2013-12-13 guyAnd another one.
2013-12-13 guyAdd some more file types misidentified as VWR files.
2013-12-13 guyThe IxVeriWave heuristic now gets more false positives...
2013-12-12 cmaynardAppease Visual Studio Code Analysis by ensuring that...
2013-12-07 darkjamesAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-03 darkjameswiretap: start using <wsutil/pint.h>
2013-12-02 guySpace between STANAG and the standard number.
2013-12-02 darkjamesFix encap_table_base[] array.
2013-12-02 guyMove most of the plugin code from epan to wsutil and...
2013-11-30 mmannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-29 darkjamesReplace macros: BSWAP16, BSWAP32, BSWAP64 with glib...
2013-11-29 darkjamesExpand macros: htoles(), htolel(), htolell()
2013-11-23 mmannBluetooth improvements. Bug 9446 (https://bugs.wiresha...
2013-11-21 guyGet rid of C++ comments.
2013-11-21 martinmCope with empty VWR files (bug 9428)
2013-11-20 guyAdd support for a new type of frame data record seen...
2013-11-20 guyAdd code to dump part of a record as ASCII, and use...
2013-11-19 guyUpdate URL for the Tektronix manual, and fix a typo...
2013-11-19 guyFix some problems with the debugging code.
2013-11-18 gerald1.11.2 → 1.11.3.
2013-11-15 gerald1.11.1 → 1.11.2.
2013-11-11 etxrabExport the right function name.
2013-11-09 darkjamesReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 wmeier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 jmayerLooks like r53166 was not compile tested. Now k12text...
2013-11-08 guyThe "file types" we have are actually combinations...
2013-11-08 guyFor open dialogs, offer a list of sets of extensions...
2013-10-29 martinksimplify file_error()
2013-10-29 martinkallow err_info==NULL in file_error()
2013-10-28 wmeierRevert SVN #52914;
2013-10-28 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-28 morrissFix up some formatting.
2013-10-27 morrissFix up some more svn properties.
2013-10-23 eapacheFrom Michal Labedzki via
2013-10-21 wmeierFix "unused variable 'dct3trace_magic_l2_end' [-Werror...
2013-10-19 rbalintMinor refactoring in CMake ABI dump generation
2013-10-19 rbalintSet and use TMPDIR for ABI dump generation when using...
2013-10-18 guyWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 wmeierRevert SVN #52665.
2013-10-18 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-16 wmeierFix various: whitespace, comments & etc.
2013-10-15 geraldAdd another cast.
2013-10-15 geraldAdd casts to fix some shortening errors.
2013-10-15 martinklimit the values written to phdr.(cap)len to guint32...
2013-10-15 martinkcode review of parse_s1_W_stats()
2013-10-15 rbalintFactor out common parts of ABI checks to UseABICheck...
2013-10-14 martinkdo some range checks when reading vwr files
2013-10-13 grahambAdd CMake properties to targets so that they are logica...
2013-09-29 guyGet rid of a redundant check - pcapng_read_packet_block...
2013-09-28 guyThe pcap-ng spec says the captured length is the minimu...
2013-09-28 guyActually, the captured length must be the minimum of:
2013-09-28 guyFix cut-and-pasteo.
2013-09-28 guyCorrectly calculate the captured length in a Simple...
2013-09-28 guyIn a Simple Packet Block, the captured length isn't...
2013-09-28 guyThere's no interface ID in a Simple Packet Block.
2013-09-22 eapacheFix some typos, indentation. Don't try to write the...
2013-09-22 eapacheRemove unused parameter.
2013-09-22 etxrabTurn off debuging.
2013-09-22 etxrabGet rid of struct addrinfo, use the hastables for name...
2013-09-15 alagoutteFrom Tom Cook via https://bugs.wireshark.org/bugzilla...
next