aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-06-24Add an option to dissect RRC-Container IEPascal Quantin1-0/+4
2013-06-22More proper fix (per advice of bug 8515 (https://bugs.wireshark.org/bugzilla/...Michael Mann3-9/+9
2013-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 :Pascal Quantin1-0/+5
2013-06-20Fix for bug 8826.Martin Mathieson2-0/+4
2013-06-20Ldap still needs to include wmem.h since it uses wmem during normal dissection,Evan Huus1-0/+1
2013-06-20Back out some of the wmem conversions (r50063 and r50057).Evan Huus3-44/+44
2013-06-19Add some missing wmem includes that apparently only show up on Windows.Evan Huus2-0/+2
2013-06-19Apparently one of our major global headers must include emem.h, because I justEvan Huus24-82/+91
2013-06-19Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus9-56/+54
2013-06-19Convert a batch of asn1 dissectors from emem to wmem.Evan Huus5-21/+20
2013-06-19Remove traling whitespace.Jörg Mayer2-20/+20
2013-06-19Fet rid of a global variablePascal Quantin2-12/+17
2013-06-19Get rid of global variablesPascal Quantin2-21/+23
2013-06-19Fix CID 712341: Dereference null return value (NULL_RETURNS)Jörg Mayer1-0/+1
2013-06-18Set PDCP SN length for DRBs for separate RRC element.Martin Mathieson1-1/+5
2013-06-18Also signal value of PDCP SN (only used if enabled by RLC preferences).Martin Mathieson1-0/+24
2013-06-18Configure MAC LCID -> RLC channel settings from RRC.Martin Mathieson2-6/+71
2013-06-18Add ability to export decrypted SSL/DTLS PDUsPascal Quantin1-10/+26
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+3
2013-06-14Add parentheses around assignment used as truth value.Jeff Morriss1-26/+26
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann24-106/+58
2013-06-12Pretify dissection of date and Time.Anders Broman1-2/+92
2013-06-12Fix wrong offset in H.235 tokens causing malformed packet exceptionTomas Kukosa1-5/+5
2013-06-12Fix a crash when oid_info->value_typem is NULLAnders Broman1-1/+1
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann3-10/+33
2013-06-11Show DisplayString as a string.Anders Broman1-1/+5
2013-06-05Quick fix for bug 8768. For now assume that only three logical channelsGerald Combs1-0/+12
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8746 :Pascal Quantin1-5/+31
2013-06-04Add subdissection of:Anders Broman1-0/+20
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8762 :Jeff Morriss1-6/+2
2013-06-03cc1: warnings being treated as errorsAnders Broman2-3/+3
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann38-134/+428
2013-06-01Also notify CMAS alertsPascal Quantin1-0/+5
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin2-12/+16
2013-06-01Make Earthquake and Tsunami Warning Sytem indications stand out aMartin Mathieson1-0/+4
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-0/+1
2013-05-31Don't intentionally use -1 as an hfindex: while only naughty before, with theJeff Morriss1-1/+3
2013-05-28Add some info to make it easier to see when SI config changes:Martin Mathieson2-5/+61
2013-05-24From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :Pascal Quantin3-33/+33
2013-05-19Don't access nbap_dch_chnl_info if the index is > maxNrOfDCHsAnders Broman1-2/+4
2013-05-18Revert r49406: it's not ready for prime time yetPascal Quantin2-2/+3
2013-05-18Move kerberos back from broken list to normal listJörg Mayer2-3/+2
2013-05-17More compilation fixes when having HAVE_KERBEROSPascal Quantin2-11/+11
2013-05-16Fix link failure with WindowsPascal Quantin3-19/+23
2013-05-16Fix compilation for Linux (defined but not used errors, C++ incompatibilities...Pascal Quantin2-26/+48
2013-05-16Remove useless blurbsPascal Quantin1-4/+4
2013-05-16Remove useless exports and fix a compilation errorPascal Quantin1-6/+1
2013-05-16Updated the Kerberos ASN.1 dissector to the point I believe it can replace th...Michael Mann5-343/+1049
2013-05-15Export CellGlobalIdOrServiceAreaIdOrLAI.Anders Broman1-0/+1
2013-05-14Upate to spec. 11.0.0Anders Broman8-51/+204