aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard1-10/+10
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-14Make pointers to raw packet data pointers to guint8, not pointers toGuy Harris1-2/+2
2013-07-14fix: ../../asn1/t38/packet-t38-template.c:346: warning: request for implicit ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-6/+9
2013-07-09Upgrade LTE RRC dissector to v11.4.0Pascal Quantin4-6/+19
2013-07-06Squelch some warnings that show up with, for example, the GCC 4.2.1 thatGuy Harris1-1/+1
2013-07-06Use epan-scoped memory for h248 packages. Fixes another ~24KB of leaks.Evan Huus1-3/+3
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann4-5/+5
2013-07-06Fix duplicate diplay filter names found by checkfiltername.plMichael Mann1-3/+3
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann4-42/+21
2013-07-03Check actx->private_data validity before using itPascal Quantin1-45/+51
2013-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 :Pascal Quantin1-101/+118
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann9-45/+23
2013-07-01Fix Coverity CID 1040373 (Dereference before null check). Minor whitespace c...Chris Maynard1-21/+21
2013-07-01Fix Coverity CID 712348 (Unused pointer value).Chris Maynard1-1/+1
2013-07-01Squelch some warnings.Guy Harris3-10/+10
2013-07-01Fix Coverity CID 1040372 (Printf arg count mismatch) by eliminating the doubl...Chris Maynard1-2/+2
2013-06-28replace object_identifier_id with actx->external.direct_referenceMichael Mann6-46/+39
2013-06-28Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshar...Michael Mann5-339/+338
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss4-4/+0
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