aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-07-28removed print_packet_header, as it seems to be no longer used/available and w...Ulf Lamping1-1/+0
2004-07-28From Greg Morris:Guy Harris1-123/+145
2004-07-28x509ce use implicit tags.Ronnie Sahlberg1-138/+141
2004-07-28From Ming Zhang: update to the latest draft.Guy Harris1-41/+73
2004-07-27From Lars Roland: don't delete the generated header files with "makeGuy Harris1-2/+1
2004-07-27From Lars Roland:Guy Harris1-2/+4
2004-07-27Change the display of identifiers from DEC to HEX.Michael Tüxen1-3/+3
2004-07-27Add the Ethertype for MAC Control frames, as per Clause 31 and AnnexesGuy Harris1-1/+2
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofGuy Harris4-11/+14
2004-07-26From Anders Broman: Update libethereal.def to match recent changes in print.c.Gerald Combs1-3/+7
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...Ronnie Sahlberg3-56/+1351
2004-07-25Added support for registered UDP port.Michael Tüxen1-0/+9
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg1-5/+344
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg1-0/+10
2004-07-25 large CMS update.Ronnie Sahlberg2-15/+750
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandGuy Harris1-2/+3
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg2-3/+6
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg2-1/+62
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg1-0/+24
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg1-48/+54
2004-07-24In "dissect_smb_server_type_flags()":Guy Harris1-28/+31
2004-07-23Trivial warning fixes:Jörg Mayer3-5/+5
2004-07-23add nice text item for the case when we could not find the dissector for a sp...Ronnie Sahlberg1-1/+3
2004-07-23inside dissect_ber_sequence() we know the expected length of the field that f...Ronnie Sahlberg1-1/+3
2004-07-23Use "format_text()" on strings to be put into the Info column and theGuy Harris1-48/+71
2004-07-23Have distclean remove built sources.Gerald Combs1-0/+1
2004-07-23remove some more compiler warningsRonnie Sahlberg2-69/+69
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...Ronnie Sahlberg1-6/+6
2004-07-23telex and telephone number attributesRonnie Sahlberg1-0/+110
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg1-1/+1
2004-07-23If there's no data in the authentication option, don't unescape andGuy Harris1-8/+12
2004-07-23add all the other (quite a lot of them) attributes that were of the type Dire...Ronnie Sahlberg1-0/+339
2004-07-23Use "col_append_str()" and "col_append_fstr()" to build the Info column,Guy Harris1-23/+18
2004-07-23add dissection of DirectoryString, this unfortunately had to be done manuall...Ronnie Sahlberg1-0/+72
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg4-9/+15
2004-07-23"iax_lookup_circuit_details()" can return null; check whether it's nullGuy Harris1-4/+6
2004-07-23We are not guaranteed that "fchdr.r_ctl & 0x0F" is a valid frame type,Guy Harris1-2/+3
2004-07-22add the countryname attributeRonnie Sahlberg2-0/+22
2004-07-22start dissecting AttributeTypeAnddistinguishedValueRonnie Sahlberg2-11/+31
2004-07-22dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg4-20/+19
2004-07-22minor updateRonnie Sahlberg1-0/+1
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg5-49/+19
2004-07-21From Tomas Kukosa: add support for RFC 3253 HTTP methods.Guy Harris1-6/+31
2004-07-21From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris3-55/+460
2004-07-21From metatech: at least on Windows XP, if a Centrino 802.11 interface isGuy Harris2-2/+8
2004-07-20Include "packet-x509sat.h" to declare a function we use.Guy Harris1-0/+1
2004-07-20Fix decoding of messafe type 1, if T-bit = ZeroAnders Broman1-9/+10
2004-07-20make "make dist" work again. Well, almost: currently youJörg Mayer2-1/+8
2004-07-20Small update to AlgorithmIdentifier.Ronnie Sahlberg3-7/+21
2004-07-20Add the new protocols CMS, X509AF, X509IF, X509CE and X509SATRonnie Sahlberg14-14/+3219