aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/lcsap
AgeCommit message (Expand)AuthorFilesLines
2016-02-03LCSAP: Sync ASN.1 template and add missing bracesJoão Valverde1-10/+9
2016-01-31LCSAP: fix indent (use 2 spaces and add modelines)Alexis La Goutte2-132/+138
2016-01-28LCSAP: improve dissectionPascal Quantin2-6/+36
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-3/+4
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-5/+5
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-5/+1
2014-12-10LCSAP: fix dissection of negative longitude and latitudePascal Quantin1-2/+2
2014-11-25Remove use of pinfo->private_data since it's not used anywhere.Michael Mann2-12/+0
2014-10-18Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-21batch of tvb-length conversionsEvan Huus1-5/+5
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-6/+6
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-6/+6
2014-03-12Get rid of space-before-tab in indentation.Guy Harris1-58/+58
2014-03-12Thou shalt not put newlines in the strings in value_string tables.Guy Harris1-4/+2
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-1/+1
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss13-23/+0
2013-12-08- Forward declaration of register functions.Anders Broman1-0/+4
2013-08-15Fix $Id$.Guy Harris1-1/+1
2013-06-14Remove check_col() from ASN.1 dissectorsMichael Mann2-3/+1
2013-05-07Some moreJörg Mayer1-0/+40
2013-05-05Just whitespace changesJörg Mayer1-3/+1
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2012-11-06Dissect lat. long and Uncertainty-Code.Anders Broman2-0/+28
2012-11-05Dissect the positioning data.Anders Broman2-5/+148
2012-11-05Use little endian MNC encoding.Anders Broman1-2/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-04-03Comment out unused define.Anders Broman2-3/+2
2012-04-03Update to V11.1.0 (2012-03)Anders Broman7-1165/+1142
2012-02-17From Anders: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6839 :Jeff Morriss1-15/+23
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ...Anders Broman1-14/+16
2011-10-23From Pascal Quantin.Anders Broman2-1/+34
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-16From Pascal Quantin.Anders Broman1-0/+34
2011-10-16From Pascal Quantin.Anders Broman2-0/+2
2011-10-11Update template to match generated dissector - dissector_try_port() isGuy Harris1-5/+5
2011-10-11Build the LCS-AP dissector.Anders Broman2-4/+4
2011-10-11From Spenser Sheng:Anders Broman11-0/+1758