aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-11-04c1222: Free uat table recordsVasil Velichkov1-5/+25
2018-09-01c1222: improve interpretation of Procedure invocationEd Beroset1-10/+57
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-39/+4
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-22C1222: update auto generated filePascal Quantin1-3/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-2/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-14/+14
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-9/+7
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-24/+24
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2016-01-04C12.22: fix compilation without LibgcryptPascal Quantin1-4/+6
2016-01-01ifdef out the decryption code and preferences if LIBGCRYPT isn't defined.Guy Harris1-24/+24
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-05-01C12.22: check c1222_baseoid_len before doing a memcpyPascal Quantin1-4/+10
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+8
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-1/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-16/+9
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-11/+9
2014-06-19batch of manual tvb_length conversionsEvan Huus1-2/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-2/+2
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-19/+17
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-5/+7
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+12
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-10-16From Ed Beroset: add modelines and fix irregular indenting;Bill Meier1-332/+342
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-1/+3
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus1-5/+6
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus1-14/+29
2013-10-06Fully support relative AP-titles in C12.22. Bug 9196 (https://bugs.wireshark...Michael Mann1-37/+91
2013-09-26From beroset@mindspring.com:Anders Broman1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-4/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-15/+15
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-21/+21