aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2010-04-15Enhance Windows ASN1 Makefiles:wmeier2-366/+133
1. Implement a 'compare_files' target which can be used when generating an individual ASN1 dissector. This generates the dissector and then compares the generated .[hc] files with apn\dissectors (rather than copying the files to epan\dissectors). 2. Rework asn1\Makefile.nmake to provide additional targets for use when building all the ASN1 dissectors. - compare_files - generate_dissectors [generate but don't copy] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32484 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-15#include <stdio.h> & <string.h> not needed.wmeier1-3/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32483 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Fix the buildmorriss1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32467 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Use the sample rate from SDP info in RTP stream analysis.etxrab1-2/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32466 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Added PKIXAttributeCertificate (RFC3281).stig9-0/+504
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32460 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-14Register SignedData as a BER syntax dissector.stig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32459 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-12Update to V9.2.0 (2010-03).etxrab8-72/+79
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32451 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-12Update to V9.2.0 (2010-03).etxrab8-27/+191
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32450 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.gerald1-12/+1
Add tools/textify.sh, which makes a Notepad-clickable copy of a text file. Use it for COPYING, NEWS, README, README.windows, and help/*.txt. Remove tools/unix2dos.pl and use Cygwin's u2d instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32440 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-08My try at fixing Bug 4653; (Also reverts SVN #32420)wmeier2-9/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32423 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07A stab at [Bug 4653] New: dap ASN1 generated dissector differs from ↵etxrab1-4/+9
epan/dissectors version. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32420 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.wmeier63-121/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from ↵etxrab1-3/+4
epan/dissectors version. It's a pain to get these circular dependencies right. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32409 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06Try to fix p7 compilation. Changed p7.cnf and regenerated but the generated ↵etxrab1-0/+3
dissector shows no difference which should be good. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32408 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier1-1/+0
(Note: the change in a generated function name looks benign: dissect_x411_PrintableString_SIZE_CONSTR4299806048 ==> dissect_x411_PrintableString_SIZE_CONSTR32134928) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32407 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not neededwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32406 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06#include <stdio.h> not needed.wmeier71-71/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-06Fix bug: HI2 --> HI2Operationswmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32403 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-01From KATAOKA Toshihiro:etxrab1-0/+12
Protocol preference for x2ap port. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4634 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32355 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-01Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest ↵etxrab1-1/+1
message. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4637 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32354 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-31Use IANA asigned PPID and port.etxrab1-4/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32338 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-31From KATAOKA Toshihiro:etxrab1-3/+4
Add sctp default port for S1AP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32337 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-25Fix property name: sv:eol-style --> svn:eol-stylewmeier1-30/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32282 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-20Fix for Bug 4588:dimeg5-5/+5
RANAP and friends want the MNC encoded in big endian form. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32257 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-16Remove trailing semicolonkrj1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32209 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused ↵morriss3-85/+57
variables git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32195 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-09Mark unused arguments.guy2-1/+1
Clean up white space. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32149 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-0/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32138 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-04from Luis Ontanon:etxrab1-4/+27
calculate the value of a ber integer by hand instead of just using proto_tree_add_item(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3230 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32113 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-04From LEGO via bug 3459:stig2-2/+6
Add a callback to UAT to be called after the table has being updated, use it to renew the snmp_ue_cache. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32112 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-04From Mark Wallis:etxrab2-42/+162
Improvements to newHNBAP Iuh dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4553 Removed check_col() from the patch as it's no longer needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32109 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-04From Mark Wallis:etxrab2-31/+110
Improvements to new RUA Iuh dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4552 Removed check_col() from the patch as it's no longer needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32108 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-03Make the clean target work.etxrab2-0/+34
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32098 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-03Set the link dir for DCCH_Messages.etxrab1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32094 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-03Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.martinm7-8/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32088 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-02From Hitoshi Irino:etxrab1-9/+35
Displaying value and type of IPFIX reverse PEN elements in data records https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4399 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32082 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-01Make it look a little like some other Makefile.common files, and get ridguy1-9/+6
of duplicate EXTRA_CNF. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32070 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-01From LEGO via bug 4405:stig17-62/+159
Add the dot ('.') to the characters that can compose a name. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32068 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-28Added svn:ignore targets.stig19-7/+1955
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32055 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-27Constify.guy2-9/+20
Don't have variables that point to string constants, just make the string constants be static const arrays. strlen(array of unspecified size initialized with a string) == sizeof array - 1; the latter can be computed at compile time. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32020 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-24From Neil Piercy:etxrab2-0/+20
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31989 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-24From Neil Piercy:etxrab22-0/+2806
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31988 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.stig1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31964 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-23Small fix for DistributionExtensionField.stig2-4/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31963 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-23Try to fix compilation with MSVC.etxrab2-6/+6
Please review. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31962 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-23Squelch a bunch of compiler warnings.guy9-35/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31961 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-06Renamed some reassembled data texts.stig2-4/+4
Removed some check_col(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31809 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-04From: Stefan Metzmacher <metze@samba.org>sahlberg1-10/+35
Date: Thu, 27 Aug 2009 10:51:34 +0200 Subject: [PATCH 3/7] packet-spnego: fix decryption of DCERPC packets in decrypt_gssapi_krb_cfx_wrap() There the checksum and the encrypted data are no 2 different buffers and we need to combine them before we try to rotate and decrypt them. metze git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31794 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-04Initialize a variable to squash a compiler warning.sahlberg1-1/+1
GCC mistakes opcode that it might be uninitialized. This is not true, but GCC can not detect that it will never be used unititialized. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31791 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-04One warning fixedkukosa1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31785 f5534014-38df-0310-8fa8-9805f1628bb7