aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-7/+7
2013-09-12dissect OCSP nonce extensionMartin Kaiser2-16/+29
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-09-12Give various files RCS IDs.Guy Harris4-1/+7
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann6-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann6-25/+25
2013-09-08Add a chunk forgotten in r51846Pascal Quantin1-57/+59
2013-09-08Slightly different fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin2-73/+77
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus4-11/+7
2013-09-06Deduplicate some type and field names.Gerald Combs1-1/+20
2013-09-05Get rid of a duplicated filter name.Anders Broman2-7/+2
2013-09-05The length field is retrieved from the packet in bytes, not bits, so stopEvan Huus1-3/+3
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus5-44/+35
2013-09-05Missed 50% of the updates in last commitJörg Mayer1-1/+1
2013-09-05CMakeLists was no longer in sync with Makefile.commonJörg Mayer1-1/+1
2013-09-05Add missing CMakeLists.txt filesJörg Mayer3-0/+166
2013-09-05Fix cmake syntax - so now it "only" warns about missingJörg Mayer1-3/+3
2013-09-05From Mathias Guettler:Anders Broman4-1/+7
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-8/+8
2013-08-30The first step towards tracking and showing DRX info in MAC:Martin Mathieson2-17/+22