aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-11-21SelectedAttributeTypes are now almost completely implemented also here i a...Ronnie Sahlberg3-23/+1792
2004-11-21update to x509if autogenerate the exports conformance file and create a sm...Ronnie Sahlberg2-2/+2
2004-11-21From Yaniv Kaul : New Protocol: X509 Certificates over HTTPRonnie Sahlberg2-0/+120
2004-11-21Add a whole bunch of dissector to X509IF and export them.Ronnie Sahlberg2-13/+2249
2004-11-21add dissection of AuthorityInfoAccessSyntaxRonnie Sahlberg3-8/+231
2004-11-21From Bart Braem: add support for the "destination only" flag.Guy Harris1-0/+15
2004-11-20add the oids for id-kp-xxx key purpose identifier to the pkix dissectorRonnie Sahlberg1-9/+47
2004-11-20get rid of some compiler warningsRonnie Sahlberg3-119/+119
2004-11-20updates to sat to make the template smaller.Ronnie Sahlberg2-407/+75
2004-11-20ean up SAT a bit remove the unneccesary implementation of DirectoryStr4ing...Ronnie Sahlberg2-65/+11
2004-11-18When we have a BER blob but we dont have the dissector for that oid implement...Ronnie Sahlberg1-0/+51
2004-11-18Don't create a dissector handle that we don't use.Guy Harris1-6/+0
2004-11-17Don't set a string pointer to point to a constant string if that pointerGuy Harris1-1/+1
2004-11-17Fix some problems when compiling on Windows and when compiling onGuy Harris1-3/+3
2004-11-17Don't assume that IPv6 addresses are aligned on 32-bit boundaries.Guy Harris1-1/+2
2004-11-17From Martin Regner add the possibillity to disscet BICC over SCTPAnders Broman1-0/+2
2004-11-17Add IPv6 address<->name mappings for AAAA records.Guy Harris1-0/+5
2004-11-17Add a hash table for IPv6 addresses, and add an "add_ipv6_name()"Guy Harris2-13/+108
2004-11-17Rename some routines and structures to reflect that they're specific toGuy Harris3-37/+49
2004-11-17New protocol : SMRSE ShortMessageRelayServiceRonnie Sahlberg3-0/+808
2004-11-17Based on code from Francisco Alcoba, read the hosts file on startup ifGuy Harris1-3/+79
2004-11-16Fix a cut/paste error.Gerald Combs1-1/+1
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman1-35/+124
2004-11-16Implemented state-create, handling of g_hash_table at redesection needs more ...Anders Broman4-132/+330
2004-11-15Add some more OID string translationsAnders Broman1-0/+8
2004-11-14New protocol PKIXQualified from RFC3739Ronnie Sahlberg3-0/+535
2004-11-14Since we can now handle SEQUENCE OF ANY uncomment this "difficult" field fromRonnie Sahlberg1-15/+46
2004-11-14make SEQUENCE OF understand a sequence of ANYRonnie Sahlberg1-2/+22
2004-11-14export GeneralName from X509CERonnie Sahlberg2-2/+4
2004-11-14make octet string also allow for utf8stringsRonnie Sahlberg1-1/+1
2004-11-14theis is the actual dissector for the new protocol : CMIPRonnie Sahlberg2-0/+1696
2004-11-14various changes in the generated dissectors after asn2eth was patched.Ronnie Sahlberg10-102/+109
2004-11-14New protocol for the telco people to play with : CMIPRonnie Sahlberg1-0/+2
2004-11-14Major update of the ber helpers to fix a lot of bugs and make the handling o...Ronnie Sahlberg1-91/+283
2004-11-13add new integer dissector helper that is aware of implicit tagsRonnie Sahlberg2-6/+14
2004-11-13fix bug in handling an optional itemRonnie Sahlberg1-0/+7
2004-11-12Get rid of an unused prameter and an unused variable.Guy Harris1-6/+5
2004-11-12By popular request,Ronnie Sahlberg1-17/+69
2004-11-12From Charles Levert: in "tvb_fake_unicode()", convert non-ASCIIGuy Harris1-4/+4
2004-11-12From Ignacio Goyret: decode RFC 2509 and RFC 3544 IPCP options.Guy Harris1-4/+211
2004-11-12From Mark Phillips: optionally support decoding the payload of ESPGuy Harris1-3/+74
2004-11-12From Yuriy Sidelnikov: remove some unused value_string tables, and fixGuy Harris1-28/+6
2004-11-12For dynamic DNS updates, give the counts in the message the appropriateGuy Harris1-9/+45
2004-11-10From Nils Ohlmeier : patch for packet-sip.c which looks if the Anders Broman1-4/+28
2004-11-10From Rich Coe:Guy Harris1-60/+92
2004-11-10From Greg Morris:Guy Harris1-171/+220
2004-11-10fix a typoUlf Lamping1-1/+1
2004-11-10Don't shut down GNU ADNS if it wasn't initialized.Guy Harris1-1/+2
2004-11-10Check for errors in "adns_init()", and don't enable ADNS if we get anGuy Harris1-3/+17
2004-11-09From Luis Ontanon: Use hf_isup_parameter_type insted of hf_isup_message_type.Anders Broman1-1/+1