Add a AC_WIRESHARK_QT_MODULE_CHECK that checks for a particular Qt
[metze/wireshark/wip.git] / asn1 /
2013-07-23 Pascal QuantinTry to differentiate a non filled private_data (pointer...
2013-07-21 Jakub ZawadzkiReplace relative timestamp with reference frame number...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-07-15 Chris MaynardFix warning: ISO C does not allow extra ';' outside...
2013-07-15 Jeff MorrissMove report_err.{h,c} from epan into wsutil: there...
2013-07-14 Guy HarrisMake pointers to raw packet data pointers to guint8...
2013-07-14 Jakub Zawadzkifix: ../../asn1/t38/packet-t38-template.c:346: warning...
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-09 Pascal QuantinUpgrade LTE RRC dissector to v11.4.0
2013-07-06 Guy HarrisSquelch some warnings that show up with, for example...
2013-07-06 Evan HuusUse epan-scoped memory for h248 packages. Fixes another...
2013-07-06 Michael MannFix display filter errors caught by checkfiltername.pl
2013-07-06 Michael MannFix duplicate diplay filter names found by checkfiltern...
2013-07-03 Michael Mannexpert_add_info_format_text + proto_tree_add_text ...
2013-07-03 Pascal QuantinCheck actx->private_data validity before using it
2013-07-03 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-07-03 Michael Mannexpert_add_info + proto_tree_add_text = proto_tree_add_...
2013-07-01 Chris MaynardFix Coverity CID 1040373 (Dereference before null check...
2013-07-01 Chris MaynardFix Coverity CID 712348 (Unused pointer value).
2013-07-01 Guy HarrisSquelch some warnings.
2013-07-01 Chris MaynardFix Coverity CID 1040372 (Printf arg count mismatch...
2013-06-28 Michael Mannreplace object_identifier_id with actx->external.direct...
2013-06-28 Michael MannRemove all global variables in P1 dissector. Bug 8515...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-24 Pascal QuantinAdd an option to dissect RRC-Container IE
2013-06-22 Michael MannMore proper fix (per advice of bug 8515 (https://bugs...
2013-06-20 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-06-20 Martin MathiesonFix for bug 8826.
2013-06-20 Evan HuusLdap still needs to include wmem.h since it uses wmem...
2013-06-20 Evan HuusBack out some of the wmem conversions (r50063 and r50057).
2013-06-19 Evan HuusAdd some missing wmem includes that apparently only...
2013-06-19 Evan HuusApparently one of our major global headers must include...
2013-06-19 Evan HuusConvert the rest of the ASN1 dissectors from emem to...
2013-06-19 Evan HuusConvert a batch of asn1 dissectors from emem to wmem.
2013-06-19 Jörg MayerRemove traling whitespace.
2013-06-19 Pascal QuantinFet rid of a global variable
2013-06-19 Pascal QuantinGet rid of global variables
2013-06-19 Jörg MayerFix CID 712341: Dereference null return value (NULL_RET...
2013-06-18 Martin MathiesonSet PDCP SN length for DRBs for separate RRC element.
2013-06-18 Martin MathiesonAlso signal value of PDCP SN (only used if enabled...
2013-06-18 Martin MathiesonConfigure MAC LCID -> RLC channel settings from RRC.
2013-06-18 Pascal QuantinAdd ability to export decrypted SSL/DTLS PDUs
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-06-14 Jeff MorrissAdd parentheses around assignment used as truth value.
2013-06-14 Michael MannRemove check_col() from ASN.1 dissectors
2013-06-12 Anders BromanPretify dissection of date and Time.
2013-06-12 Tomas KukosaFix wrong offset in H.235 tokens causing malformed...
2013-06-12 Anders BromanFix a crash when oid_info->value_typem is NULL
2013-06-12 Michael MannBatch of filterable expert infos with some minor cleanu...
2013-06-11 Anders BromanShow DisplayString as a string.
2013-06-05 Gerald CombsQuick fix for bug 8768. For now assume that only three...
2013-06-04 Pascal QuantinFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-06-04 Anders BromanAdd subdissection of:
2013-06-04 Jeff MorrissFrom Ed Beroset via https://bugs.wireshark.org/bugzilla...
2013-06-03 Anders Bromancc1: warnings being treated as errors
2013-06-03 Michael MannConvert ASN.1 dissectors to use filterable expert info.
2013-06-01 Pascal QuantinAlso notify CMAS alerts
2013-06-01 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-06-01 Martin MathiesonMake Earthquake and Tsunami Warning Sytem indications...
2013-06-01 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-05-31 Jeff MorrissDon't intentionally use -1 as an hfindex: while only...
2013-05-28 Martin MathiesonAdd some info to make it easier to see when SI config...
2013-05-24 Pascal QuantinFrom LI Hai via https://bugs.wireshark.org/bugzilla...
2013-05-19 Anders BromanDon't access nbap_dch_chnl_info if the index is > maxNr...
2013-05-18 Pascal QuantinRevert r49406: it's not ready for prime time yet
2013-05-18 Jörg MayerMove kerberos back from broken list to normal list
2013-05-17 Pascal QuantinMore compilation fixes when having HAVE_KERBEROS
2013-05-16 Pascal QuantinFix link failure with Windows
2013-05-16 Pascal QuantinFix compilation for Linux (defined but not used errors...
2013-05-16 Pascal QuantinRemove useless blurbs
2013-05-16 Pascal QuantinRemove useless exports and fix a compilation error
2013-05-16 Michael MannUpdated the Kerberos ASN.1 dissector to the point I...
2013-05-15 Anders BromanExport CellGlobalIdOrServiceAreaIdOrLAI.
2013-05-14 Anders BromanUpate to spec. 11.0.0
2013-05-12 Anders BromanAdd the posibillity to use a key for per-packet-data.
2013-05-11 Jörg MayerI added EXPORT_FILES in too many places, remove them
2013-05-11 Jörg MayerNow all disectors requiring asn2wrs can be generated...
2013-05-11 Jörg MayerCorrect previous commit:
2013-05-11 Jörg MayerMCS-PROTOCOL.asn does not exists (in this directory...
2013-05-11 Jörg MayerSmall cleanups
2013-05-10 Jörg Mayerpkix1explicit_exp.cnf and pkix1implicit_exp.cnf are...
2013-05-10 Jörg MayerSome more protocols can be generated via cmake
2013-05-10 Guy HarrisDistribute the kerberos and x721 subdirectories, even...
2013-05-07 Jörg MayerSmall optical change
2013-05-07 Jörg MayerSome more
2013-05-07 Jörg Mayerx721 and kerberos: Use standard Makefile.am
2013-05-07 Jörg MayerSmall formatting change
2013-05-07 Jörg MayerAnother hour gone, another set of protocols.
2013-05-07 Jörg MayerAnother set of asn1 protocols can now be generated...
2013-05-07 Jörg MayerAllow generating some more dissectors with cmake.
2013-05-07 Jörg MayerMake exports actaully work
2013-05-07 Jörg MayerMove common code into UseAsn2Wrs.cmake.
2013-05-07 Jörg MayerBuild the first (and one of the easiest) of 99 asn1...
2013-05-05 Jörg MayerJust whitespace changes
2013-05-01 Michael MannProtect a "divide by zero" operation. Bug 7359 (https...
2013-05-01 Guy HarrisFix warning.
2013-05-01 Michael MannRemove some global variables in favor of private_data...
2013-05-01 Anders BromanMake C12.22 work over UDP.
2013-04-26 Evan HuusFrom me: only sign-extend BER integers if the field...
2013-04-23 Jörg MayerStub cmake support for generating the asn1 dissectors.
next