aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus3-6/+6
explicit, and frees up the "generic" names (like tvb_memdup) for new signatures that take the appropriate wmem pool. Majority of the conversion done with sed. svn path=/trunk/; revision=52164
2013-09-20DCH-ID can be 255Anders Broman2-2/+2
svn path=/trunk/; revision=52154
2013-09-18Fix a couple of EXPORT_DEPENDSChris Maynard2-2/+2
svn path=/trunk/; revision=52135
2013-09-18Add the dependeny handling for windows builds as wellJörg Mayer1-1/+1
svn path=/trunk/; revision=52134
2013-09-18Missed 1 character replacement as part of r52132.Chris Maynard1-2/+2
svn path=/trunk/; revision=52133
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm ↵Chris Maynard47-2354/+2354
in replacing them all as opposed to only those not copied verbatim from other sources. svn path=/trunk/; revision=52132
2013-09-17Fix remaining dependencides for -exp.cnf files.Jörg Mayer6-6/+27
svn path=/trunk/; revision=52129
2013-09-17More dependeny updates for asn1 -exp.cnf files.Jörg Mayer4-4/+18
Only three remaining: p7, p22, x509ce - thanks to Chris Maynard for the list. svn path=/trunk/; revision=52127
2013-09-17One of the wmem patches only updated the generated packet-snmp.cJörg Mayer1-8/+11
but not the source. Fix that. svn path=/trunk/; revision=52123
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer3-2/+9
be incorrect on the first pass and only be correct when remade. The reason was that disp-exp.cnf was created incorrectly on first pass. disp-exp.cnf required dop-exp.cnf to build correctly, so add a mechanism to add dependencies for export files. Note: Only the cmake change has been tested, the autofoo stuff requires testing. svn path=/trunk/; revision=52120
2013-09-17Fix dependency problems (continuation of r52110 and r52112).Chris Maynard4-0/+10
svn path=/trunk/; revision=52118
2013-09-17Fix a difference to Makefile.commonJörg Mayer1-2/+0
svn path=/trunk/; revision=52117
2013-09-16Copy over rev 52110 to cmakeJörg Mayer1-0/+1
svn path=/trunk/; revision=52112
2013-09-16Fix dependency problem reported by Joerg Mayer on wireshark-dev.Chris Maynard1-0/+4
Ref: http://www.wireshark.org/lists/wireshark-dev/201309/msg00151.html svn path=/trunk/; revision=52110
2013-09-16Whitespace changesJörg Mayer1-17/+17
svn path=/trunk/; revision=52109
2013-09-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9155 :Pascal Quantin1-0/+1
Ensure that codec_str string is always initialized svn path=/trunk/; revision=52107
2013-09-15Fix checkapi warnings (missing id)Jörg Mayer24-126/+295
Replace Makefile.{am,nmake,common} that did not conform by their asn1/c133/ version. svn path=/trunk/; revision=52062
2013-09-15Finish asn1 emem -> wmem conversion.Jörg Mayer1-3/+3
Left are snmp and those functions that don't have wmem equivalents. svn path=/trunk/; revision=52060
2013-09-15emem -> wmem (don't forget about .cnf)Jörg Mayer7-261/+263
svn path=/trunk/; revision=52058
2013-09-15emem -> wmemJörg Mayer2-11/+11
svn path=/trunk/; revision=52054
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-7/+7
svn path=/trunk/; revision=52053
2013-09-12dissect OCSP nonce extensionMartin Kaiser2-16/+29
some minor reformatting of the ASN.1 imports svn path=/trunk/; revision=51987
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
svn path=/trunk/; revision=51983
2013-09-12Give various files RCS IDs.Guy Harris4-1/+7
svn path=/trunk/; revision=51963
2013-09-09Change some internal dissector table UI names so it's clear which protocol ↵Chris Maynard1-6/+6
they pertain to and it's easier to find in the list. svn path=/trunk/; revision=51904
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann6-10/+10
svn path=/trunk/; revision=51852
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann6-25/+25
svn path=/trunk/; revision=51851
2013-09-08Add a chunk forgotten in r51846Pascal Quantin1-57/+59
svn path=/trunk/; revision=51847
2013-09-08Slightly different fix for ↵Pascal Quantin2-73/+77
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9117 : Check that tvb returned by dissect_per_bit_string is not null before trying to use it svn path=/trunk/; revision=51846
2013-09-07Fix the FSF address in the license header for the new ASN.1 dissectors.Evan Huus4-11/+7
svn path=/trunk/; revision=51830
2013-09-06Deduplicate some type and field names.Gerald Combs1-1/+20
svn path=/trunk/; revision=51800
2013-09-05Get rid of a duplicated filter name.Anders Broman2-7/+2
svn path=/trunk/; revision=51792
2013-09-05The length field is retrieved from the packet in bytes, not bits, so stopEvan Huus1-3/+3
adjusting it by 8 everywhere. Seems to fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9087 though someone more familiar with the protocol will have to verify it's actually correct now. svn path=/trunk/; revision=51784
2013-09-05Convert atn-* dissectors to wmem. No emem in new code please!Evan Huus5-44/+35
svn path=/trunk/; revision=51780
2013-09-05Missed 50% of the updates in last commitJörg Mayer1-1/+1
svn path=/trunk/; revision=51773
2013-09-05CMakeLists was no longer in sync with Makefile.commonJörg Mayer1-1/+1
svn path=/trunk/; revision=51772
2013-09-05Add missing CMakeLists.txt filesJörg Mayer3-0/+166
svn path=/trunk/; revision=51771
2013-09-05Fix cmake syntax - so now it "only" warns about missingJörg Mayer1-3/+3
CMakeLists.txt in the subdirectories. svn path=/trunk/; revision=51770
2013-09-05From Mathias Guettler:Anders Broman4-1/+7
New dissector for Air/Ground Datalink ICAO doc 9705 Ed2: ULCS, CM, CPDLC. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8903 svn path=/trunk/; revision=51766
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus1-8/+8
few other places. svn path=/trunk/; revision=51622
2013-08-30The first step towards tracking and showing DRX info in MAC:Martin Mathieson2-17/+22
- send release from RRC - show current DRX config from each frame, including a link back to the RRC config frame - show simple DRX state for each frame (currently only offset into long cycle and whether within long cycle 'on' period) TODO: - simulate timers in response to new UL/DL transmissions or DL CRC errors - maintain whether in long or short cycle - show state of all timers svn path=/trunk/; revision=51585
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-17/+2
svn path=/trunk/; revision=51540
2013-08-25Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus1-1/+3
fixing a "Conditional jump or move depends on uninitialised value" error found by valgrind fuzzing. svn path=/trunk/; revision=51516
2013-08-23Clang, clang, clang went the warning....Guy Harris1-1/+1
Fix a memset (drb_mapping is a pointer, so its size is the size of a pointer; we want the size of what it points to). svn path=/trunk/; revision=51500
2013-08-23Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin2-115/+106
svn path=/trunk/; revision=51490
2013-08-23From Martin Mathieson:Pascal Quantin2-113/+298
Follow-up of r51429 that - uses accessors to lazily allocate a private_data struct and returns the different parts based upon their use - includes the v1130 DRX Config svn path=/trunk/; revision=51489
2013-08-22Remove tree check when dissecting PCCH message so as to avoid filtering ↵Pascal Quantin1-5/+3
expert info on first pass svn path=/trunk/; revision=51477
2013-08-21Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard1-26/+24
svn path=/trunk/; revision=51450
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson2-7/+263
is internally consistent. TODO: include r11 sequence that can overwrite some of these values. TODO: actx->private_data gets reused for several purposes, need to separate these uses out and avoid possible conflicts... svn path=/trunk/; revision=51429
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can ↵Pascal Quantin1-18/+3
trigger an exception between between buffer allocation and tvb_set_free_cb call svn path=/trunk/; revision=51427