aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/c1222/c1222.cnf
AgeCommit message (Collapse)AuthorFilesLines
2013-10-16From Ed Beroset: add modelines and fix irregular indenting;Bill Meier1-2/+15
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9273 This patch adds modelines and cleans up the irregular indentation of this dissector's code. The only other change was in asn1/c1222/packet-c1222-template.c to consolidate an #ifdef that had a redundant #endif (line 812) and subsequent reopening #ifdef (line 824). The only thing between them was comments, so the span of the original #ifdef (line 644) was simply extended by eliminating those two lines. The purpose for this patch is to make the file easier to edit and understand in advance of more substantive patches later. This patch is intended to be easy to review by having only non-substantive changes. svn path=/trunk/; revision=52636
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-2/+4
svn path=/trunk/; revision=52527
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus1-0/+3
Fix memory leaks and bad memory accesses in c1222 dissector. From me: use realloc in a handoff function since it may get called multiple times, and we only need the latest. svn path=/trunk/; revision=52497
2013-10-06Fully support relative AP-titles in C12.22. Bug 9196 ↵Michael Mann1-3/+3
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9196) From Ed Beroset svn path=/trunk/; revision=52394
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-1/+1
svn path=/trunk/; revision=50399
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin1-0/+1
Upgrade AP-title ASN.1 description svn path=/trunk/; revision=49684
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin1-0/+1
Display C12.22 Invocation Id as unsigned integer svn path=/trunk/; revision=49682
2013-02-17Remove C++ incompatibilities in c1222 dissector.Michael Mann1-3/+3
Also addresses an implicit cast in the epan/uat.h file Bug 8342 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8342) svn path=/trunk/; revision=47721
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
proto_tree_add_item() calls. svn path=/trunk/; revision=42477
2012-01-14commit 40500 missed the asn1 directoryJörg Mayer1-0/+99
svn path=/trunk/; revision=40501