aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2010-04-12Update to V9.2.0 (2010-03).Anders Broman8-27/+191
svn path=/trunk/; revision=32450
2010-04-09Rename README.win32 to README.windows and add a 64-bit download link.Gerald Combs1-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. svn path=/trunk/; revision=32440
2010-04-08My try at fixing Bug 4653; (Also reverts SVN #32420)Bill Meier2-9/+8
svn path=/trunk/; revision=32423
2010-04-07A stab at [Bug 4653] New: dap ASN1 generated dissector differs from ↵Anders Broman1-4/+9
epan/dissectors version. svn path=/trunk/; revision=32420
2010-04-07#include <string.h> and/or #include <stdio.h> not needed.Bill Meier63-121/+0
svn path=/trunk/; revision=32417
2010-04-06Try to fix Bug 4648 - pkcs12 ASN1 generated dissector differs from ↵Anders Broman1-3/+4
epan/dissectors version. It's a pain to get these circular dependencies right. svn path=/trunk/; revision=32409
2010-04-06Try to fix p7 compilation. Changed p7.cnf and regenerated but the generated ↵Anders Broman1-0/+3
dissector shows no difference which should be good. svn path=/trunk/; revision=32408
2010-04-06#include <stdio.h> not needed.Bill Meier1-1/+0
(Note: the change in a generated function name looks benign: dissect_x411_PrintableString_SIZE_CONSTR4299806048 ==> dissect_x411_PrintableString_SIZE_CONSTR32134928) svn path=/trunk/; revision=32407
2010-04-06#include <stdio.h> not neededBill Meier1-1/+0
svn path=/trunk/; revision=32406
2010-04-06#include <stdio.h> not needed.Bill Meier71-71/+0
svn path=/trunk/; revision=32405
2010-04-06Fix bug: HI2 --> HI2OperationsBill Meier1-1/+1
svn path=/trunk/; revision=32403
2010-04-01From KATAOKA Toshihiro:Anders Broman1-0/+12
Protocol preference for x2ap port. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4634 svn path=/trunk/; revision=32355
2010-04-01Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest ↵Anders Broman1-1/+1
message. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4637 svn path=/trunk/; revision=32354
2010-03-31Use IANA asigned PPID and port.Anders Broman1-4/+20
svn path=/trunk/; revision=32338
2010-03-31From KATAOKA Toshihiro:Anders Broman1-3/+4
Add sctp default port for S1AP. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630 svn path=/trunk/; revision=32337
2010-03-25Fix property name: sv:eol-style --> svn:eol-styleBill Meier1-30/+30
svn path=/trunk/; revision=32282
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis5-5/+5
RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
2010-03-16Remove trailing semicolonKovarththanan Rajaratnam1-3/+3
svn path=/trunk/; revision=32209
2010-03-12From Mark Wallis:Anders Broman3-85/+57
Fix up proto and info columns. svn path=/trunk/; revision=32175
2010-03-08Build without warnings.Stig Bjørlykke2-1/+1
svn path=/trunk/; revision=32142
2010-03-05Fix for bug 4551.Jaap Keuter1-0/+19
Add type to engine ID MAC Address format for Cisco agent/manager. svn path=/trunk/; revision=32125
2010-03-04from Luis Ontanon:Anders Broman1-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 svn path=/trunk/; revision=32113
2010-03-04From LEGO via bug 3459:Stig Bjørlykke2-2/+6
Add a callback to UAT to be called after the table has being updated, use it to renew the snmp_ue_cache. svn path=/trunk/; revision=32112
2010-03-04From Mark Wallis:Anders Broman2-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. svn path=/trunk/; revision=32109
2010-03-04From Mark Wallis:Anders Broman2-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. svn path=/trunk/; revision=32108
2010-03-03Make the clean target work.Anders Broman2-0/+34
svn path=/trunk/; revision=32098
2010-03-03Set the link dir for DCCH_Messages.Anders Broman1-0/+6
svn path=/trunk/; revision=32094
2010-03-02Update to 9.0.0Anders Broman7-8/+22
svn path=/trunk/; revision=32083
2010-03-02From Luis Ontanon:Anders Broman1-9/+35
Check for duplicate entries in usmUserTable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426 svn path=/trunk/; revision=32081
2010-03-01Make it look a little like some other Makefile.common files, and get ridGuy Harris1-9/+6
of duplicate EXTRA_CNF. svn path=/trunk/; revision=32070
2010-03-01Try to get rid of unused code warnings.Anders Broman1-0/+1
svn path=/trunk/; revision=32064
2010-03-01Try to get rid of unused code warnings.Anders Broman1-0/+3
svn path=/trunk/; revision=32063
2010-03-01Try to get rid of unused code warnings.Anders Broman1-0/+1
svn path=/trunk/; revision=32062
2010-03-01Try to get rid of unused code warnings.Anders Broman4-10/+21
svn path=/trunk/; revision=32061
2010-03-01Dissect error code.Anders Broman7-40/+44
svn path=/trunk/; revision=32060
2010-03-01Add the missing .cnf file and try to fix unused code warnings.Anders Broman1-0/+37
svn path=/trunk/; revision=32058
2010-02-28Try to remove unused code warnings, update HNBAP to 9.0.0.Anders Broman8-13/+53
svn path=/trunk/; revision=32057
2010-02-28From Erwin van Eijk:Anders Broman11-0/+1925
Add ETSI ts101671 dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543 I added dissection of UmtsQos, IMSevent, LDIevent, TARGETACTIVITYMONITOR-1 TARGETACTIVITYMONITORind, TARGETCOMMSMONITORind, TTRAFFICind, CTTRAFFICind And used the original HI2Operations ASN1 file.l svn path=/trunk/; revision=32052
2010-02-28Build dependencies for x509ce and x509sat.Stig Bjørlykke1-1/+9
svn path=/trunk/; revision=32050
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris3-4/+4
date as YYYY/DDD, where DDD is a 1-origin day of year. Move the formats to a "time_fmt.h" file, included by the headers that use it. Have abs_time_to_str() and abs_time_secs_to_str() take the date format value, rather than a Boolean "show this as UTC" flag, as an argument. Document the ABSOLUTE_TIME_ formats a bit better. Use that format in the CCSDS and VCDU dissectors, rather than having those dissectors do the formatting themselves. svn path=/trunk/; revision=32034
2010-02-27Build dependencies for acse.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=32030
2010-02-27Build dependencies for p7.Stig Bjørlykke1-0/+4
svn path=/trunk/; revision=32029
2010-02-27Build dependencies ros and rtse.Stig Bjørlykke2-2/+9
svn path=/trunk/; revision=32028
2010-02-26Add Kerberos to the list of ASN.1 protocols.Guy Harris1-0/+1
svn path=/trunk/; revision=32012
2010-02-26Add Kerberos to the list of BER ASN.1 protocols. Add some moreGuy Harris1-9/+19
protocols to the list of those to clean, and sort the list of clean rules to match the order of the protocols above. svn path=/trunk/; revision=32011
2010-02-24From Neil Piercy:Anders Broman2-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 svn path=/trunk/; revision=31989
2010-02-24From Neil Piercy:Anders Broman22-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 svn path=/trunk/; revision=31988
2010-02-23Decode SecurityCategoryValue according to SecurityCategoryIdentifier.Stig Bjørlykke1-1/+11
svn path=/trunk/; revision=31964
2010-02-23Small fix for DistributionExtensionField.Stig Bjørlykke2-4/+8
svn path=/trunk/; revision=31963
2010-02-23Try to fix compilation with MSVC.Anders Broman2-6/+6
Please review. svn path=/trunk/; revision=31962