aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-c1222.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-8/+10
2013-07-06Squelch some warnings that show up with, for example, the GCC 4.2.1 thatGuy Harris1-1/+1
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-13/+13
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8746 :Pascal Quantin1-9/+35
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8762 :Jeff Morriss1-9/+5
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-27/+59
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin1-17/+51
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-13/+13
2013-05-27Postfix FT_NONE fields with "_element" string to reduce number of incompatibl...Pascal Quantin1-4/+4
2013-05-01Make C12.22 work over UDP.Anders Broman1-7/+10
2013-04-11Update the ASN.1 based dissectors following the changes done in r48812Pascal Quantin1-2/+2
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-2/+2
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann1-22/+14
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki1-5/+5