summaryrefslogtreecommitdiff
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann30-91/+91
2013-10-29Pass T.38 data to subdissectors directly instead of using pinfo->private_data.Michael Mann1-2/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier4-11/+11
2013-10-29Pass security command details (integrity and ciphering algorithms) to PDCP (w...Martin Mathieson2-0/+41
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann3-47/+45
2013-10-27Have ANSI TCAP dissector pass data through subdissector parameter instead of ...Michael Mann2-72/+60
2013-10-27More SVN properties cleanup.Jeff Morriss1-0/+1
2013-10-26Convert some emem to wmem. It took some manual flow analysis, but they are onlyEvan Huus1-2/+2
2013-10-26Fix some [-Wunused-const-variable] warnings (using '#if 0')Bill Meier1-0/+48
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus3-13/+13
2013-10-20Put PDU dissection in protocol treePascal Quantin2-9/+25
2013-10-20From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 :Pascal Quantin11-0/+1498
2013-10-20Fix a typoPascal Quantin1-4/+1
2013-10-17H.225.0: fix handling of compound parameters in Generic Extensible Framework ...Tomas Kukosa1-1/+1
2013-10-16Upgrade RRLP dissector to V11.0.0Pascal Quantin3-24/+79
2013-10-16From Ed Beroset: add modelines and fix irregular indenting;Bill Meier4-334/+369
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-1/+1
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-2/+4
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus1-2/+3
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus2-10/+24
2013-10-08mpeg pes private data is 16 bytes long, see iso 13818-1Martin Kaiser1-3/+3
2013-10-06Fully support relative AP-titles in C12.22. Bug 9196 (https://bugs.wireshark...Michael Mann4-12/+44
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin2-13/+10
2013-09-26From beroset@mindspring.com:Anders Broman1-1/+1
2013-09-24Upgrade RRC dissector to v11.7.0Pascal Quantin6-446/+499
2013-09-23Ensure to release an existing DRX configuration when receiving a RRC Connecti...Pascal Quantin1-0/+11
2013-09-23Upgrade LPPa dissector to v11.3.0Pascal Quantin8-79/+212
2013-09-22More emem -> wmem conversion:Pascal Quantin2-4/+4
2013-09-22emem -> wmem conversion:Pascal Quantin17-46/+46
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus3-6/+6
2013-09-20DCH-ID can be 255Anders Broman2-2/+2
2013-09-18Fix a couple of EXPORT_DEPENDSChris Maynard2-2/+2
2013-09-18Add the dependeny handling for windows builds as wellJörg Mayer1-1/+1
2013-09-18Missed 1 character replacement as part of r52132.Chris Maynard1-2/+2
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard47-2354/+2354
2013-09-17Fix remaining dependencides for -exp.cnf files.Jörg Mayer6-6/+27
2013-09-17More dependeny updates for asn1 -exp.cnf files.Jörg Mayer4-4/+18
2013-09-17One of the wmem patches only updated the generated packet-snmp.cJörg Mayer1-8/+11
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer3-2/+9
2013-09-17Fix dependency problems (continuation of r52110 and r52112).Chris Maynard4-0/+10
2013-09-17Fix a difference to Makefile.commonJörg Mayer1-2/+0
2013-09-16Copy over rev 52110 to cmakeJörg Mayer1-0/+1
2013-09-16Fix dependency problem reported by Joerg Mayer on wireshark-dev.Chris Maynard1-0/+4
2013-09-16Whitespace changesJörg Mayer1-17/+17
2013-09-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :Pascal Quantin1-0/+1
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer24-126/+295
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-3/+3
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer7-261/+263
2013-09-15emem -> wmemJörg Mayer2-11/+11