aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2006-09-30From Reinhard Speyerer:Anders Broman4-8/+8
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt3-1/+10
2006-09-29Add some more package names.Anders Broman1-1/+14
2006-09-27From Florent Drouin:Anders Broman6-92/+367
2006-09-22When dissecting LDAP, the assumption was made that the maximum LDAP PDU size ...Graeme Lunt1-2/+8
2006-09-20Dont use itu_ssnAnders Broman1-1/+1
2006-09-19From Graham Addis:Anders Broman1-3/+10
2006-09-16make dissect_nt_sid return ep allocated memory and thus fix a few memory leaksRonnie Sahlberg1-4/+2
2006-09-11Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091Anders Broman1-9/+43
2006-09-04Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they'reGuy Harris1-1/+7
2006-09-04From Oleg Kostenko:Anders Broman2-50/+478
2006-09-01From Florent Drouin:Anders Broman1-12/+31
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-8/+28
2006-08-27An octet string form of the ASO-qualifier used by some systems from the days...Graeme Lunt2-2/+7
2006-08-27Support for X.500 strong authentication - used by DAP, DISP, DSP and DOP.Graeme Lunt3-21/+30
2006-08-24Add missing Clean targetAnders Broman1-0/+3
2006-08-23Counter64 should be a FT_UINT64 and not a FT_UINT32Ronnie Sahlberg1-0/+1
2006-08-22Complete clean targetsAnders Broman5-5/+5
2006-08-21From Florent Drouin:Anders Broman3-4/+92
2006-08-21prettify the MMS dissector by at least putting the pdu name in the info columnRonnie Sahlberg1-0/+12
2006-08-21 from Angel de JuanRonnie Sahlberg2-2/+517
2006-08-20Dissect some more H.245 messages in MEGACOAnders Broman2-1/+3
2006-08-20 in LDAP over TCPRonnie Sahlberg1-91/+78
2006-08-19Squelch a compiler warning.Guy Harris1-1/+2
2006-08-16- add value_ptr into struct _asn1_ctx_tTomas Kukosa1-28/+17
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-12/+12
2006-08-11for sec descriptors found inside ldapRonnie Sahlberg1-1/+112
2006-08-10Fix some typos the prevented make distdir from succeedingJörg Mayer1-4/+4
2006-08-10Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014Jörg Mayer6-8/+8
2006-08-08Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource...Anders Broman32-1/+20847
2006-08-07marik the request_in/response_to/time as generated fieldsRonnie Sahlberg1-3/+8
2006-08-07dissect nTSecurityDescriptor attribute as a security descriptorRonnie Sahlberg1-0/+7
2006-08-07objectSid attribute contains a sid so decode it nively as a sidRonnie Sahlberg1-0/+18
2006-08-06add some more oid'sRonnie Sahlberg1-0/+7
2006-08-06the ldap values for supportedControl and supportedCapabilities is an oid in a...Ronnie Sahlberg1-0/+26
2006-08-06"objectGUID" should be dissected as a GUIDRonnie Sahlberg2-20/+36
2006-07-28fropm martin mRonnie Sahlberg1-7/+10
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa5-103/+239
2006-07-12Make sure our strings aren't null before we pass them to strncmp().Gerald Combs1-5/+5
2006-07-12prettify dissection od ldap attributesRonnie Sahlberg1-5/+59
2006-07-11Decode RANAP in LongSignalInfo and RadioResourceInformation.Anders Broman2-0/+27
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz Gerald Combs1-0/+2
2006-07-10Fix compilation on systems with Net-SNMP.Gerald Combs1-5/+6
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-0/+5
2006-07-09include packet-cdt.h to declare prototypesJörg Mayer1-0/+2
2006-07-07propset ....Jörg Mayer1-1/+1
2006-07-06Add the asn1 directory to the distribution.Gerald Combs1-0/+414
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs1-5/+8
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs1-1/+1
2006-07-04get rid of warning messageTomas Kukosa1-1/+1