aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222
AgeCommit message (Expand)AuthorFilesLines
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-1/+5
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-11/+4
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-1/+1
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke2-8/+4
2014-07-30Add some files under asn1 to the distribution.Guy Harris1-1/+1
2014-06-19batch of manual tvb_length conversionsEvan Huus1-2/+2
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin1-4/+4
2014-06-18Update ASN.1 source files with the API changes done in g971ffd6Pascal Quantin1-2/+2
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin1-4/+4
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 Morriss7-17/+0
2014-02-03Apply g4cc69483 to asn1 templates.Stig Bjørlykke1-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-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+10
2013-11-07Remove extraction of cmake parameters from autotools files.Jörg Mayer1-33/+17
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 Meier4-334/+369
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-2/+4
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus1-2/+3
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus2-10/+24
2013-10-06Fully support relative AP-titles in C12.22. Bug 9196 (https://bugs.wireshark...Michael Mann4-12/+44
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-12- Extract variables from Makefile.common.Jörg Mayer1-17/+33
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-20/+20
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-2/+4
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 Mann3-3/+3
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8746 :Pascal Quantin1-5/+31
2013-06-04From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8762 :Jeff Morriss1-6/+2
2013-06-03Convert ASN.1 dissectors to use filterable expert info.Michael Mann1-24/+56
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin2-12/+16
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-0/+1
2013-05-07Another set of asn1 protocols can now be generated with cmakeJörg Mayer1-0/+30
2013-05-05Just whitespace changesJörg Mayer1-2/+3
2013-05-01Make C12.22 work over UDP.Anders Broman1-2/+5
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer1-0/+23
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 Mann2-17/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-13tvb_length_remaining() can return -1, so don't assign its return value to an ...Chris Maynard1-52/+52