wireshark/asn1
Jakub Zawadzki 82e2675f45 Avoid including <wiretap/wtap.h> in dissectors.
svn path=/trunk/; revision=53655
2013-11-29 20:53:00 +00:00
..
HI2Operations Missed 1 character replacement as part of r52132. 2013-09-18 02:58:14 +00:00
acp133 Fix checkapi warnings (missing id) 2013-09-15 15:00:03 +00:00
acse Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
ansi_map Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bit 2013-11-23 22:37:33 +00:00
ansi_tcap Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bit 2013-11-23 22:37:33 +00:00
atn-cm Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
atn-cpdlc Add a way to retrieve a PER variable bit string length 2013-11-17 13:31:32 +00:00
atn-ulcs Fix unused-const-variable error when build with clang 3.4 2013-11-22 14:51:52 +00:00
c1222 Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
camel Fix unused-const-variable error when build with clang 3.4 2013-11-22 14:52:04 +00:00
cdt expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable 2013-07-03 02:59:31 +00:00
charging_ase Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
cmip In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
cmp Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
cms Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
credssp Add ability to export decrypted SSL/DTLS PDUs 2013-06-18 01:13:07 +00:00
crmf Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
dap Whitespace changes 2013-09-16 21:35:19 +00:00
disp In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
dop In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
dsp In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
ess Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
ftam Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
gnm Another hour gone, another set of protocols. 2013-05-07 11:31:26 +00:00
goose expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable 2013-07-03 02:59:31 +00:00
gprscdr emem -> wmem conversion: 2013-09-22 15:50:55 +00:00
gsm_map From Vineeth: 2013-11-26 20:29:17 +00:00
h225 Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdissectors instead of using pinfo->private_data. 2013-11-03 02:45:22 +00:00
h235 Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
h245 Rename some of pint.h macros to match common style (bits number on the end). 2013-11-29 18:59:06 +00:00
h248 Pass "wild_card" directly to dissector instead of using private_data. "h248term" dissector is not in Wireshark source, so third-party will need to update accordingly. 2013-11-10 21:33:45 +00:00
h282 Some more 2013-05-07 16:26:35 +00:00
h283 Some more 2013-05-07 16:26:35 +00:00
h323 Apparently one of our major global headers must include emem.h, because I just 2013-06-19 23:08:58 +00:00
h450 Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
h450-ros Fix checkapi warnings (missing id) 2013-09-15 15:00:03 +00:00
h460 Have asn1_ctx_t passed into the "h245.gef.name" and "h245.gef.content" subdissectors instead of using pinfo->private_data. 2013-11-03 02:45:22 +00:00
h501 Some more 2013-05-07 16:26:35 +00:00
hnbap Require dissector_try_string to pass a data parameter to its subdissectors. There weren't that many calls, so might as well modify the function than create a need for dissector_try_string_new. 2013-11-02 15:52:25 +00:00
idmp Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
ilp Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
inap Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
isdn-sup Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
kerberos Use ASN.1 private data instead of pinfo->private_data to exchange kerberos callback functions. 2013-11-10 19:58:03 +00:00
lcsap Fix $Id$. 2013-08-15 03:55:09 +00:00
ldap Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
logotypecertextn Some more 2013-05-07 16:26:35 +00:00
lpp Fix a shadowed declaration error when compiling with gcc 4.3.2 2013-11-25 11:23:11 +00:00
lppa Upgrade LPPa dissector to v11.3.0 2013-09-23 20:20:36 +00:00
lppe Some more 2013-05-07 16:26:35 +00:00
lte-rrc Dissect UE Rx - Tx time difference field 2013-11-24 23:09:48 +00:00
m3ap Convert the rest of the ASN1 dissectors from emem to wmem. 2013-06-19 22:47:36 +00:00
mms expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable 2013-07-03 02:59:31 +00:00
mpeg-audio Fix display filter errors caught by checkfiltername.pl 2013-07-06 02:53:45 +00:00
mpeg-pes Avoid including <wiretap/wtap.h> in dissectors. 2013-11-29 20:53:00 +00:00
nbap Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bit 2013-11-23 22:37:33 +00:00
ns_cert_exts Some more 2013-05-07 16:26:35 +00:00
ocsp Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
p1 In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
p7 Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
p22 Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
p772 Remove check_col() from ASN.1 dissectors 2013-06-14 12:44:50 +00:00
pcap Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
pkcs1 Apparently one of our major global headers must include emem.h, because I just 2013-06-19 23:08:58 +00:00
pkcs12 Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
pkinit I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
pkix1explicit Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
pkix1implicit Fix dependency problems (continuation of r52110 and r52112). 2013-09-17 14:45:52 +00:00
pkixac Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
pkixproxy I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
pkixqualified Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
pkixtsp I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
pres Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
q932 Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
q932-ros Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
qsig Have rose_ctx_t passed into subdissectors instead of using pinfo->private_data. 2013-11-03 12:57:58 +00:00
ranap emem -> wmem conversion: 2013-09-22 15:50:55 +00:00
rnsap Require dissector_try_string to pass a data parameter to its subdissectors. There weren't that many calls, so might as well modify the function than create a need for dissector_try_string_new. 2013-11-02 15:52:25 +00:00
ros context is not being passed to dissector, not through pinfo->private_data so check data parameter, not pinfo->private_data. 2013-11-10 17:17:18 +00:00
rrc Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00
rrlp Upgrade RRLP dissector to V11.0.0 2013-10-16 03:06:46 +00:00
rtse In an effort to reduce the use of pinfo->private_data (and some true global variables), I converted the ASN.1 dissectors that use pinfo->private_data to exchange a SESSION_DATA_STRUCTURE to instead only exchange it in the context of ASN.1. This meant converting dissectors to the "new" style to pass the SESSION_DATA_STRUCTURE as well as providing a pointer to it in asn1_ctx_t.private_data. Yes, it's still "private data", but it's not used by all dissectors like pinfo->private data is. 2013-11-05 18:47:26 +00:00
rua I added EXPORT_FILES in too many places, remove them 2013-05-11 22:02:33 +00:00
s1ap Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
sabp Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
sbc-ap Convert the rest of the ASN1 dissectors from emem to wmem. 2013-06-19 22:47:36 +00:00
smrse Remove check_col() from ASN.1 dissectors 2013-06-14 12:44:50 +00:00
snmp Convert some emem to wmem. It took some manual flow analysis, but they are only 2013-10-26 16:04:21 +00:00
spnego Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00
sv expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicable 2013-07-03 02:59:31 +00:00
t38 Create the ability to have packet scoped "proto" data. Bug 9470 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9470) 2013-11-23 02:20:13 +00:00
t124 Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
t125 Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
tcap Add missing includes in order to remove exceptions.h from proto.h (next commit). 2013-11-10 15:59:37 +00:00
tetra Batch of filterable expert infos with some minor cleanup I noticed while doing the filter conversions. 2013-06-12 03:33:44 +00:00
ulp Add data parameter to tcp_dissect_pdus() as well as convert it to using "new" style dissectors. 2013-11-09 17:46:28 +00:00
wlancertextn Now all disectors requiring asn2wrs can be generated using 2013-05-11 20:52:50 +00:00
x2ap Remove all non-ASCII characters from all .asn files. I didn't see the harm in replacing them all as opposed to only those not copied verbatim from other sources. 2013-09-18 02:48:29 +00:00
x509af Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
x509ce Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
x509if Add a data parameter to call_ber_oid_callback to be able to pass data to subdissectors found with dissector_try_string_new. 2013-10-31 00:57:03 +00:00
x509sat emem -> wmem conversion: 2013-09-22 15:50:55 +00:00
x721 Some more 2013-05-07 16:26:35 +00:00
.gitignore Add initial .gitignore files 2011-11-22 00:13:12 +00:00
CMakeLists.txt From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 : 2013-10-20 18:43:00 +00:00
Custom.make Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.am From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 : 2013-10-20 18:43:00 +00:00
Makefile.inc When building packet-dap.c on an empty build tree, packet-dap.c would 2013-09-17 18:02:25 +00:00
Makefile.inc.nmake Add the dependeny handling for windows builds as well 2013-09-18 03:31:03 +00:00
Makefile.nmake From e.yimjia via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9289 : 2013-10-20 18:43:00 +00:00
Makefile.preinc Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00
Makefile.preinc.nmake Update Free Software Foundation address. 2012-06-28 22:56:06 +00:00