aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23From Pascal Quantin.etxrab6-1/+47
The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as specified in 3GPP 36.455 release 9.4.1. (Part 2) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39516 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-23From Pascal Quantin.etxrab11-0/+1546
The attached patch adds the LPPa (LTE Positioning Protocol A) dissector as specified in 3GPP 36.455 release 9.4.1. (Just adding the asn1 dir) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39515 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier35-134/+134
Also: remove trailing whitespace for a number of files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39503 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39491 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-19Let subdissectors have a stab at the packet even if it's cut short.etxrab2-60/+70
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39472 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier2-10/+10
(previously missed). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39451 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-16From Pascal Quantin.etxrab1-0/+34
LTE Positioning Protocol dissector. Add missing file. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39437 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-16From Pascal Quantin.etxrab10-0/+2114
LTE Positioning Protocol dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6460 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39436 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Windows: Fix and re-enable asn1\t124 build;wmeier2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39432 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-15Convert asn1 template files proto_tree_add_item() 'encoding' arg for field ↵wmeier3-4/+4
types FT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. Always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39428 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Build generate_export when building 'all' on Windows too.morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39423 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Don't generate the conformance file for exported types when building themorriss36-51/+51
dissector; instead built it only when the separate target (generate_export) is built. Built generate_export when building "all". This prevents the exp_*.cnf files from being regenerated each time another one of the exp_*.cnf files (which the current dissector depends on) has changed (despite the fact that the exported types does not depe Also fix the CLEANFILES definition so it actually cleans things. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39421 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Export MessageSecurityLabel_PDU.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39414 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-14Export ESSSecurityLabel_PDU.stig2-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39413 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-13Dissect NSAP encoded transport layer address.etxrab2-4/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39408 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-12Update the Camel and MAP ASN.1 files.etxrab37-193/+553
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39386 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-11Update template to match generated dissector - dissector_try_port() isguy1-5/+5
dead, long live dissector_try_uint(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39377 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-11Build the LCS-AP dissector.etxrab4-4/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39365 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-11From Spenser Sheng:etxrab11-0/+1758
LCS-AP dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39362 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Make it possible to build custom ASN1 based dissectors on Windows.etxrab2-2/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39340 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Fix unused function warningsetxrab3-3/+25
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39338 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Fix ASN.1 dissector generation on Windows.morriss3-24/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39337 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Fix a typomorriss1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39336 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Don't remove the ASN.1 dissectors when cleaning: we don't (re)build them ↵morriss2-4/+6
during the make process yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39335 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingmorriss99-701/+351
them and then copying them over). The "all" target to builds these dissectors now (instead of "generate_files" and/or "copy_files"). asn2wrs's "-O" option now means "the dissector goes in this directory" (rather than "all output goes in this directory"); it also means that the "-s" (single output file) option is now required. Fix things up so that it's possible to build all of the ASN.1 dissectors in one shot. Fix building of conformance files when doing out-of-source-tree builds. Unfortunately "make all" in the asn1 directory always builds something--I think because of circular depedencies. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39333 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:wmeier5-112/+112
Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_BOOLEAN FT_IPv4 FT_EUI64 FT_GUID FT_UINT_STRING Also: For type FT_IPv6 use ENC_NA. (This was missed in SVN #39260) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39332 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Typo FT_IPv4 isf FT_IPv6.etxrab1-1/+1
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6435 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39297 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Add exportsetxrab1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39296 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 ↵wmeier12-162/+162
dissectors: Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as the encoding parameter for proto_tree_add_item() calls which directly reference an item in hf[] which has a type of: FT_UINT8 FT_UINT16 FT_UINT24 FT_UINT32 FT_UINT64 FT_INT8 FT_INT16 FT_INT24 FT_INT32 FT_INT64 FT_FLOAT FT_DOUBLE git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39294 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-06Add missing (presumably) entries for credssp,idmp,t124 & x721.wmeier1-4/+8
However: t124 & x721 fail to build on Windows so comment them out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39293 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Add a couple of OID strings.etxrab1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39274 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly ↵wmeier6-179/+179
reference an hf item (in hf[] with types: FT_NONE FT_BYTES FT_IPV6 FT_IPXNET FT_OID Note: Encoding field set to ENC_NA only if the field was previously TRUE|FALSE|1|0|ENC_LITTLE_ENDIAN|ENC_BIG_ENDIAN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39263 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-03From Pascal Quantin:etxrab2-2/+46
Add dissection of GERAN related messages. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6427 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39246 f5534014-38df-0310-8fa8-9805f1628bb7
2011-10-02From Pascal Quantin:etxrab2-0/+28
[LTE RRC] Enhance dissection of NeighCellConfig IE. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6412 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39219 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-30Add credssp to subdirs listgal1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39197 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. gal7-0/+408
Used by direct approach RDP for NTLMSSP authentication under SSL. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39196 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-29Make it possible to dissect proprietarry Opcodes.etxrab3-14/+60
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39183 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-27Get rid of check_col, while at it set ENC.etxrab10-155/+69
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39164 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.etxrab1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39150 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-23Change the case of "sNMPv2-Trap" to match RFC 3416. Reported by Qiyao.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39114 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix and suppress some warningsgal2-3/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39072 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Remove Makefile.instig1-651/+0
Set default svn:ignore targets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39071 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Add asn/t124/Makefile to configure.in and remove it from the repository.gal1-651/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39069 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix for unary minus warning on Windowsgal1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39068 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Basic RDP dissection, which can dissect the connection sequence. gal12-17/+3083
A work in progress. Can be used with the SSL dissector to decrypt Enhanced RDP Security SSL. With Standard RDP Security (e.g those on Wiki), the PDUs are all encrypted after the SecurityExchange PDU. Wiki to be updated with an example SSL protected capture and associated key material. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39066 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-16From Liam Sharp:etxrab1-17/+28
In VoIP calls flow/graph display replace GR/GI etc with presentationTokenRequest/Response etc https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6321 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39022 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Fix a typoetxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38978 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Update to V10.2.0 (2011-06)etxrab7-77/+529
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38972 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12Update to V9.6.0 (2011-06)etxrab7-17/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38971 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-12From Liam Sharp:etxrab1-24/+10
VoIP Calls->Graph TCS and OLC display corruption. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6318 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38970 f5534014-38df-0310-8fa8-9805f1628bb7