aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-17/+2
2013-08-25Make sure our ldap_call_response_t struct is always completely initialized,Evan Huus1-1/+3
2013-08-23Clang, clang, clang went the warning....Guy Harris1-1/+1
2013-08-23Simplify logic a bit now that we do not use anymore GUINT_TO_POINTER macroPascal Quantin2-115/+106
2013-08-23From Martin Mathieson:Pascal Quantin2-113/+298
2013-08-22Remove tree check when dissecting PCCH message so as to avoid filtering exper...Pascal Quantin1-5/+3
2013-08-21Fix Coverity CID's 1063706-1063710: Out-of-bounds read (OVERRUN_STATIC)Chris Maynard1-26/+24
2013-08-19Gather together dedicated DRX configuration, and make sure that itMartin Mathieson2-7/+263
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-18/+3
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-2/+6
2013-08-15Fix $Id$.Guy Harris1-1/+1
2013-08-12- Extract variables from Makefile.common.Jörg Mayer1-17/+33
2013-08-12Fix copy paste error and reinitialize actx->private_data to NULL once usedPascal Quantin2-1/+2
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-20/+20
2013-08-10Use proper macros to cast between uint and pointerMartin Mathieson1-2/+2
2013-08-10Try again...Martin Mathieson1-2/+2
2013-08-10Try using guint.Martin Mathieson1-4/+4
2013-08-10Add a malformed check to show if GroupA has more RAPIDs than A & BMartin Mathieson2-0/+27
2013-08-08Added default ignore targets for new asn1 dissectors.Stig Bjørlykke1-138/+0
2013-08-08From Mathias Guettler:Anders Broman1-0/+3
2013-08-08From Mathias Guettler:Anders Broman19-0/+6165
2013-08-08When dissecting IMSI handle the zero length tvb case, fixes "Malformed Packet...Anders Broman1-0/+2
2013-08-07add a range check for dch_idMartin Kaiser1-1/+2
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-05Make some global variables staticJakub Zawadzki1-1/+1