aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping4-8/+8
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilerGerald Combs1-8/+8
2005-03-09refactor the code to not use heimdal functions to decrypt and unwrap the blob.Ronnie Sahlberg1-173/+124
2005-03-09Set the eol-style and keywords properties.Guy Harris1-13/+11
2005-03-09From Vladimir Kondratiev:Guy Harris1-7/+61
2005-03-09Comment out a routine that's not currently being used.Guy Harris1-0/+2
2005-03-09From Ricardo Muggli: decode the voice VLAN field in CDP packets.Guy Harris1-4/+10
2005-03-09add helper to compute the md5 hmacRonnie Sahlberg2-0/+66
2005-03-09Updates from Abhijit Menon-Sen.Guy Harris1-25/+18
2005-03-09Fix the properties.Guy Harris1-1/+1
2005-03-09Squelch some compiler warnings if we don't have Kerberos.Guy Harris1-1/+11
2005-03-09"time_t", not "timer_t".Guy Harris1-1/+1
2005-03-08use the rc4 functions from epan/crypt-rc4 instead of those in heimdalRonnie Sahlberg1-20/+13
2005-03-08New protocol : KINKRonnie Sahlberg2-0/+900
2005-03-08remove some dependencies of libgssapiRonnie Sahlberg1-4/+52
2005-03-08remove the need to include <gssapi.h> from heimdalRonnie Sahlberg1-22/+21
2005-03-08If ethereal is linked with HEIMDALRonnie Sahlberg1-9/+24
2005-03-08when HEIMDAL is linked with :Ronnie Sahlberg1-4/+392
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg2-0/+18
2005-03-07remove remnants of the old plugin api from dissectors and pluginsLars Roland1-45/+0
2005-03-07Add a g723 dissector to dissect the first byte to find the rate and if speech...Anders Broman2-0/+161
2005-03-07From Florian Lohoff:Luis Ontanon3-1/+24
2005-03-07Fix a small typo that would prevent compilation with MIT KerberosJörg Mayer1-1/+1
2005-03-07export some symbols we will need later.Ronnie Sahlberg2-18/+20
2005-03-07Make packet-kerberos.c compile again:Jörg Mayer1-2/+2
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2-44/+74
2005-03-07Back out the BACnet application layer dissectin code - its use ofGuy Harris1-3514/+36
2005-03-06minor update, add an extra parameter to a call to prepare for decryption of G...Ronnie Sahlberg1-4/+9
2005-03-06export decrypt_krb5_dataRonnie Sahlberg2-3/+7
2005-03-06The length field in the "BACnet encoding rules" is limited to 32 bitsGuy Harris1-119/+135
2005-03-06Add a preference for another alternate tcp portLuis Ontanon1-3/+26
2005-03-06Fix a minor bug with FT_BOOLEAN.Anders Broman1-2/+2
2005-03-06 add format_text() to the plugin APILuis Ontanon1-0/+1
2005-03-06Handle XNS IDP socket numbers.Guy Harris5-4/+44
2005-03-06"report_err.h" declares "report_failure()", so it doesn't need to beGuy Harris2-3/+0
2005-03-06- replace tabs with spaces while printingLuis Ontanon1-2/+2
2005-03-06Warning fix:Jörg Mayer2-0/+3
2005-03-06Warning fix:Jörg Mayer1-1/+0
2005-03-06From Yaniv Kaul: show the protocol name in every record.Guy Harris1-14/+25
2005-03-06Squelch some compiler warnings.Guy Harris1-1/+4
2005-03-06Get rid of an unused variable.Guy Harris1-1/+0
2005-03-06No, the code is the numerical value, not the vendor ID.Guy Harris1-1/+1
2005-03-06From Ben Turner: fix an addVendor() call.Guy Harris1-1/+1
2005-03-06Add a newline to the end of the file.Guy Harris1-1/+1
2005-03-06Get rid of "unknown transport" warnings - don't spam the user justGuy Harris1-1/+0
2005-03-06Handle the "32-bit length is > 2^31-1, so the protocol tree routinesGuy Harris1-5/+13
2005-03-06No, they don't use BER for the variable portion of a PDU; update theGuy Harris1-187/+181
2005-03-06Don't use "long" and "%l[doux]" for 64-bit quantities, use guint64 and %Guy Harris1-74/+86
2005-03-06Martin Mathieson: Add information sourcesJörg Mayer1-0/+4
2005-03-06From Herbert Lischka: implement some (not all) tags according to BACNETGuy Harris1-36/+3493