aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ranap/packet-ranap-template.c
Commit message (Expand)AuthorAgeFilesLines
* Move /asn1 to /epan/dissectorsJoão Valverde2016-03-131-397/+0
* Move the proto data stuff out of frame_data.[ch].Guy Harris2016-01-251-0/+1
* ranap: Sync with asn1 sourceStig Bjørlykke2016-01-141-1/+1
* Fix a lot of typos and misspellingsmoshekaplan2016-01-081-1/+1
* "new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann2015-12-091-1/+1
* Don't allow multiple registrations of a protocol in dissector tables.Michael Mann2015-11-041-10/+10
* [GTPv2] Dissect UTRAN F-Container content.AndersBroman2015-11-021-0/+1
* Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann2015-07-171-6/+3
* Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann2015-07-121-2/+2
* Fix some cases where we're shifting a signed 1 left.Guy Harris2015-05-011-3/+3
* [RANAP] Heuristics does not work with lenght detremant of 2 bytes.AndersBroman2015-04-271-3/+5
* asn1 generated dissectors: cleanup #include usageBill Meier2014-12-231-2/+0
* Remove sccp_info member from packet_info structure.Michael Mann2014-11-261-7/+13
* Fix some spelling & grammar.Bill Meier2014-09-091-1/+1
* Remove unused hf and deprecated APIAndersBroman2014-08-191-5/+0
* batch of tvb-length conversionsEvan Huus2014-06-211-16/+13
* Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2014-06-191-13/+13
* Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2014-06-181-13/+13
* More fiddling with heuristic.AndersBroman2014-03-261-2/+2
* Fix off by one errorAndersBroman2014-03-261-1/+1
* Strengthen RANAP heuristic.AndersBroman2014-03-251-1/+10
* Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss2014-02-181-2/+0
* - Forward declaration of register functions.Anders Broman2013-12-081-1/+0
* - Forward declaration of register functions.Anders Broman2013-12-081-0/+3
* Add an option to dissect RRC-Container IEPascal Quantin2013-06-241-0/+4
* Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus2013-06-191-2/+2
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Add data parameter to dissector_try_uint_newJakub Zawadzki2012-09-111-10/+10
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-18/+18
* - Put back not used constants to fill value_strings_ext.Anders Broman2012-07-311-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman2012-02-211-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Dissect NSAP encoded transport layer address.Anders Broman2011-10-131-0/+8
* Bug 6146 - Malformed RANAP packets when HandOver procedure on iuh Anders Broman2011-08-021-0/+2
* Reset the global pdu_type *before* returning.Jeff Morriss2011-01-051-14/+28
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-12/+12
* Fix a gcc -Wshadow warning.Bill Meier2010-04-301-5/+5
* From Mike Morrin:Anders Broman2010-04-291-0/+1
* #include <string.h> and/or #include <stdio.h> not needed.Bill Meier2010-04-071-1/+0
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* remove check_colAnders Broman2010-01-261-1/+1
* Dissect RRC-container in RelocationResourceAllocation successful outcome.Anders Broman2009-11-261-2/+3
* Add dissection of Source RNC to target RNC transparent information in BSSAP.Anders Broman2009-11-231-2/+4
* - Dissect Target-ToSource-TransparentContainer.Anders Broman2009-11-011-0/+1
* Dissect ToTargetRNC-Container.Anders Broman2009-10-311-1/+4
* RelocationRequired incorrectly dissected.Anders Broman2009-10-261-2/+3
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-231-1/+1
* Fix a warning in the RANAP dissector.Guy Harris2009-04-221-1/+1