aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Collapse)AuthorFilesLines
2008-04-08Update to latest spec.Anders Broman6-152/+699
svn path=/trunk/; revision=24849
2008-04-07From Jim Young:Stig Bjørlykke1-3/+3
Attached is a patch to the ldap_reinit() function to fix bug 2407. This particular bug was triggered by the order of steps used to walk and free the nodes of the ldap_info_items list. This should go into the next 1.0 release. svn path=/trunk/; revision=24838
2008-04-07Since the GTK1 code was taken out of gsmmap_add_ucs2_ussd_string(), move ↵Jeff Morriss2-26/+21
that code back into gsmmap.cnf (this undoes rev 24227 whose sole purpose was to allow GTK1 builds). svn path=/trunk/; revision=24836
2008-04-07- Remove GLIB1 codeStephen Fisher2-8/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-03-26The hf_gsm_map_getPassword is missing from the hf array in gsm_map.Anders Broman1-0/+4
svn path=/trunk/; revision=24731
2008-03-25Export:Anders Broman2-2/+30
dissect_gsm_map_GlobalCellId dissect_gsm_map_lcs_Ext_GeographicalInformation Dissect GlobalCellId Fix offset in GeographicalInformation use parameter tvb when calling be_chan_type() svn path=/trunk/; revision=24728
2008-03-19Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1809Anders Broman3-5/+78
"UTRAN Iub interface SABP signalling" The text for this protocol is little misleading. It should preferable be changed to. "UTRAN IuBC interface SABP signaling" Add TCP reassembly and dissect Data-Coding-Scheme. svn path=/trunk/; revision=24701
2008-03-19Export dissect_cbs_data_coding_scheme()Anders Broman2-1/+14
svn path=/trunk/; revision=24700
2008-03-19add SRTCP support to h245_setup_channels()Tomas Kukosa1-25/+26
svn path=/trunk/; revision=24696
2008-03-17Fix a typo.Gerald Combs1-4/+4
svn path=/trunk/; revision=24677
2008-03-17There are several g_malloc()'d things hanging off ldasp_conv_info_t's so ↵Jeff Morriss1-2/+8
don't se_ alloc that structure but rather g_malloc() it and free it after we've freed the contents. This fixes the LDAP part of the crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1113 svn path=/trunk/; revision=24664
2008-03-16Fix LDAP crash (on certain platforms) from ↵Jeff Morriss1-66/+82
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1613 : if the string is NULL pass "(null)" in instead (that's the behavior we get on Linux anyway). svn path=/trunk/; revision=24660
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-0/+4
preferences, tell the user where they can change the SMI settings. In the 802.11 preferences, fix a tooltip. svn path=/trunk/; revision=24620
2008-03-13Make SABP work over registered ports.Martin Mathieson1-0/+5
svn path=/trunk/; revision=24617
2008-03-09Add a const.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24592
2008-03-09Show VarBind OIDs and trap enterprise OID in info column.Stig Bjørlykke3-11/+32
Initialize pdu_type in dissect_snmp_PDUs() and param_tvb in dissect_snmp_SnmpEngineID() to avoid potential crashes. svn path=/trunk/; revision=24591
2008-03-09Corrected a typo: octestring -> octetstring.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=24589
2008-03-09Display agent-addr as IPv4 address.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24588
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). svn path=/trunk/; revision=24580
2008-03-03Make sure we initialize a TVB. Fixes bug 2329.Gerald Combs1-1/+4
svn path=/trunk/; revision=24543
2008-03-03Include the "UTRAN Iupc interface Positioning Calculation Application Part ↵Anders Broman3-1/+10
(PCAP)" dissector. svn path=/trunk/; revision=24534
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke7-22/+20
svn path=/trunk/; revision=24525
2008-03-01Added missing array for hf_snmp_big_counter_value.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=24516
2008-02-27Dissect IPAddressFamilyAnders Broman2-0/+30
svn path=/trunk/; revision=24487
2008-02-26Add some extensions to pkix1explicit - forgotten files.Anders Broman2-1/+74
svn path=/trunk/; revision=24473
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs1-1/+3
svn path=/trunk/; revision=24467
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman2-2/+6
svn path=/trunk/; revision=24464
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs1-1/+5
svn path=/trunk/; revision=24457
2008-02-21Add code to set ssn in the preferenses and make it compile.Anders Broman2-9/+74
svn path=/trunk/; revision=24409
2008-02-18Remove svn:executable propertyBill Meier1-0/+0
svn path=/trunk/; revision=24384
2008-02-18Fix some some propertiesBill Meier4-2958/+2958
svn path=/trunk/; revision=24380
2008-02-16Add map operation 49.Anders Broman1-1/+8
svn path=/trunk/; revision=24360
2008-02-16Add basic files for a UTRAN Iupc interface Positioning Calculation ↵Anders Broman11-0/+5842
Application Part (PCAP) dissector. svn path=/trunk/; revision=24354
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
c and h files. svn path=/trunk/; revision=24290
2008-02-05Update gsm map asn1 files to latest version.Anders Broman29-84/+194
svn path=/trunk/; revision=24270
2008-02-03Update asn1 files to 3GPP TS 25.433 V7.7.0 (2007-12)Anders Broman7-1377/+2000
svn path=/trunk/; revision=24256
2008-02-03Get rid of some warnings.Anders Broman1-2/+0
svn path=/trunk/; revision=24251
2008-02-03Update asn1 files to GPP TS 25.413 V7.8.0 (2008-01).Anders Broman7-24/+42
svn path=/trunk/; revision=24250
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke3-16/+18
If we get some truncated strings we probably overwrote some buffers... svn path=/trunk/; revision=24249
2008-01-30Move glib-2 specific code out of gsmmap.cnf (where we can't #ifdef aroundJeff Morriss2-23/+38
it--asn2wrs doesn't understand #ifdef's) to packet-gsm-template.c svn path=/trunk/; revision=24227
2008-01-26Use the standard X.402 module as a separate file rather than as cut/paste ↵Graeme Lunt4-85/+480
into the ACP133 module. svn path=/trunk/; revision=24197
2008-01-261) Support for configurable LDAP over SSL portGraeme Lunt3-45/+158
2) Support for RFC 3909 - cancelRequest extendedOperation 3) Support for RFC 3062 - passwordModify extendedOperation 4) Column information for ExtendedRequest, SearchResultRef and AbandonRequest 5) Column information for multiple LDAP operations in the same packet (uses " | " separator) svn path=/trunk/; revision=24195
2008-01-261) Correct attribute name.Graeme Lunt2-2/+14
2) Add subtreespecification attribute. 3) Label each attribute in the tree with the attribute type. svn path=/trunk/; revision=24194
2008-01-24Fixed some strcpy -> strncpy/g_snprintf cleanups.Stig Bjørlykke1-3/+2
Removed a debug printout in t38. svn path=/trunk/; revision=24188
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-4/+2
to 0.0.8.241.0.0.0.0. svn path=/trunk/; revision=24150
2008-01-17Hmmm. The previous ansi_tcap.cnf did not make valid code.Stig Bjørlykke1-1/+1
I hope this fix is correct... svn path=/trunk/; revision=24118
2008-01-16- Removed some unused variables in asn1 dissectorsStig Bjørlykke8-15/+5
- Fixed last parameter to cry_cipher_open() in pkcs12 svn path=/trunk/; revision=24116
2008-01-15Use G_GINT64_CONSTANT(hope it makes the OS X build bot happy).Anders Broman1-3/+3
Unused variables fix to camel. svn path=/trunk/; revision=24106
2008-01-15make per_constrained_integer handle 64bits needed for X2AP.Anders Broman3-4/+5
svn path=/trunk/; revision=24097
2008-01-15From Neil Piercy: Anders Broman2-1/+13
Dissect RRC NAS Message PDUs. svn path=/trunk/; revision=24095