aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-09-22When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ...gal1-2/+8
2006-09-20Dont use itu_ssnetxrab1-1/+1
2006-09-19From Graham Addis:etxrab1-3/+10
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leakssahlberg1-4/+2
2006-09-11Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091etxrab1-9/+43
2006-09-04Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they'reguy1-1/+7
2006-09-04From Oleg Kostenko:etxrab2-50/+478
2006-09-01From Florent Drouin:etxrab1-12/+31
2006-08-28- new function ssl_dissector_delete()kukosa1-8/+28
2006-08-27An octet string form of the ASO-qualifier used by some systems from the days...gal2-2/+7
2006-08-27Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.gal3-21/+30
2006-08-24Add missing Clean targetetxrab1-0/+3
2006-08-23Counter64 should be a FT_UINT64 and not a FT_UINT32sahlberg1-0/+1
2006-08-22Complete clean targetsetxrab5-5/+5
2006-08-21From Florent Drouin:etxrab3-4/+92
2006-08-21prettify the MMS dissector by at least putting the pdu name in the info columnsahlberg1-0/+12
2006-08-21 from Angel de Juansahlberg2-2/+517
2006-08-20Dissect some more H.245 messages in MEGACOetxrab2-1/+3
2006-08-20 in LDAP over TCPsahlberg1-91/+78
2006-08-19Squelch a compiler warning.guy1-1/+2
2006-08-16- add value_ptr into struct _asn1_ctx_tkukosa1-28/+17
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-12/+12
2006-08-11for sec descriptors found inside ldapsahlberg1-1/+112
2006-08-10Fix some typos the prevented make distdir from succeedingjmayer1-4/+4
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014jmayer6-8/+8
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource...etxrab32-1/+20847
2006-08-07marik the request_in/response_to/time as generated fieldssahlberg1-3/+8
2006-08-07dissect nTSecurityDescriptor attribute as a security descriptorsahlberg1-0/+7
2006-08-07objectSid attribute contains a sid so decode it nively as a sidsahlberg1-0/+18
2006-08-06add some more oid'ssahlberg1-0/+7
2006-08-06the ldap values for supportedControl and supportedCapabilities is an oid in a...sahlberg1-0/+26
2006-08-06"objectGUID" should be dissected as a GUIDsahlberg2-20/+36
2006-07-28fropm martin msahlberg1-7/+10
2006-07-21H.225.0 update to version 6 (05/2006)kukosa5-103/+239
2006-07-12Make sure our strings aren't null before we pass them to strncmp().gerald1-5/+5
2006-07-12prettify dissection od ldap attributessahlberg1-5/+59
2006-07-11Decode RANAP in LongSignalInfo and RadioResourceInformation.etxrab2-0/+27
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz gerald1-0/+2
2006-07-10Fix compilation on systems with Net-SNMP.gerald1-5/+6
2006-07-09In new_format_oid(), handle a zero-length OID.gerald1-0/+5
2006-07-09include packet-cdt.h to declare prototypesjmayer1-0/+2
2006-07-07propset ....jmayer1-1/+1
2006-07-06Add the asn1 directory to the distribution.gerald1-0/+414
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a gerald1-5/+8
2006-07-05Fix a format string bug. This should fix some of the current fuzzgerald1-1/+1
2006-07-04get rid of warning messagekukosa1-1/+1
2006-07-04few formal changes in PER dissector (rename asn_* types to asn1_* ones)kukosa7-64/+64
2006-07-04replace the two remaining g_malloc with ep_allocsahlberg1-3/+2
2006-07-04check_var_length can also return ewp allocated memory nowsahlberg1-1/+1
2006-07-04make new_format_oid return ep allocated data.sahlberg1-5/+8