aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-25/+25
2016-01-23Fix template files to refer directly to pinfo->abs_ts.Guy Harris1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
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-3/+3
2015-11-26cmake: add asn1 target, avoid unnecessary rebuildsPeter Wu1-2/+2
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-9/+2
2015-08-26Camel: fix indent (use 2 spaces)Alexis La Goutte1-1/+1
2015-08-25[Camel] The tags used in EstablishTemporaryConnectionArg differs in V2 andAndersBroman3-2/+48
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20Camel: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-123/+137
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-1/+7
2015-08-04Convert Camel tap stats to new "generic stat API".Gerald Combs2-14/+106
2015-07-04asn1: split off cleanup routinesPeter Wu2-19/+9
2015-06-21Further refactor SRT stats.Michael Mann1-0/+42
2015-02-04[CAMEL] Dissect additionalCallingPartyNumber.AndersBroman2-0/+29
2015-01-16Remove seasonal memory from everything except address resolutionsMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-4/+2
2014-10-31CAMEL: tvb_length... -> tvb_reported_length...AndersBroman1-8/+8
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-1/+1
2014-10-10Remove (almost all) proto_tree_add_text calls in ISUP dissector.Michael Mann1-2/+2
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-07-31Add more files to the distribution.Guy Harris1-2/+5
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-4/+5
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-9/+6
2014-06-19batch of manual tvb_length conversionsEvan Huus1-3/+3
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin2-11/+11
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin2-11/+11
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-1/+3
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier2-27/+27
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss21-32/+0
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2013-12-30gcamel_StatSRT is set by the CLI CAMEL tap, so it can't be static.Guy Harris1-1/+2
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann2-19/+820
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-22Fix unused-const-variable error when build with clang 3.4Alexis La Goutte1-0/+4
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1
2013-10-28initialize tree variablesMartin Kaiser1-3/+3
2013-10-28Pass tcap_private into the dissectors that need it rather than use private_da...Michael Mann1-33/+31
2013-09-18Remove all non-ASCII characters from all .asn files. I didn't see the harm i...Chris Maynard7-95/+95
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-12/+6
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann2-3/+17
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+50
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
2013-03-19From beroset:Anders Broman1-2/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-1/+3
2013-01-15Based on http://ask.wireshark.org/questions/17661/tcap-decoding-bug :Jeff Morriss1-2/+2