aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-04Convert proto_item_set_expert_flags into filterable items.Michael Mann1-5/+18
2013-08-04Convert proto_item_set_expert_flags to "filterable" items in alcap dissector....Michael Mann1-1/+1
2013-08-01md5.h is in wsutil now.Jeff Morriss1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss5-14/+17
2013-07-29Add the forgotten makefile updates.Anders Broman1-2/+2
2013-07-28Update to handle version 9.Anders Broman3-0/+1505
2013-07-25Use the pinfo pool for adding data sources in the h245 dissector. The packetEvan Huus1-5/+5
2013-07-23Try to differentiate a non filled private_data (pointer set to NULL) from an ...Pascal Quantin2-40/+32
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki4-8/+8
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