aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-05For OSPF versions other than 2 or 3, stop dissecting the packet afterGuy Harris1-28/+41
2005-03-05From Mike Duigou updates to JXTARonnie Sahlberg1-35/+122
2005-03-05Clean up indentation.Guy Harris1-22/+22
2005-03-05New Protocol : DTPRonnie Sahlberg2-0/+239
2005-03-05from susanne edlund : make tlli appear in the treeRonnie Sahlberg1-3/+10
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-12/+39
2005-03-05From Susanne Edlund: filter on NRI values in BSSGP.Guy Harris1-18/+85
2005-03-05From Chris Waters: correct an error with the decoding of signalGuy Harris1-5/+5
2005-03-05Omit some stuff when building without a Kerberos library, as it's unusedGuy Harris1-5/+5
2005-03-05Enable details in protocol tree by default like TCP and UDP.Michael Tüxen1-2/+2
2005-03-05fix kerberos dissector for those having no kerberos decryptionLars Roland1-1/+1
2005-03-04from Carlos PignataroRonnie Sahlberg4-60/+841
2005-03-04make kpasswd privide subdissectors to handle the user-data field for the KRB_...Ronnie Sahlberg3-6/+114
2005-03-04some authentication stuff from metzeRonnie Sahlberg2-1/+12
2005-03-04make ethereal able to decrypt KRB_PRIV which kpasswd usesRonnie Sahlberg2-3/+99
2005-03-04the unknown stuff in the decrypted blobs in mapi are just uninitialized buffe...Ronnie Sahlberg1-15/+0
2005-03-03From Francisco Alcoba,Luis Ontanon1-5/+8
2005-03-03From Anders Broman: fix a fault in the CODEC LIST routine where offsetGuy Harris1-16/+17
2005-03-03Oops, forgot packet-idp.h.Guy Harris2-0/+40
2005-03-03From Yuriy Sidelnikov: correctly display User InformationGuy Harris2-0/+4
2005-03-03Add support for what appears to be 3Com's scheme for encapsulating XNSGuy Harris6-10/+629
2005-03-02Use "tvb_get_string()" to fetch strings from the packet, rather thanGuy Harris1-147/+247