aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-25/+1
2021-11-18Fix some spelling errors.Martin Mathieson1-3/+3
2021-10-28C12.22: Track our allocation sizes.Gerald Combs1-19/+44
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-8/+8
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+1
2020-07-20C12.22: Fix Calling-authentication-value-c1221 CHOICEJaap Keuter1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
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