aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsJörg Mayer2-2/+2
2005-03-10Trivial warning fixesJörg Mayer2-2/+2
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg7-19/+81
2005-03-10add two nice defines for how to decrypt a GSSKRB tvbRonnie Sahlberg2-2/+4
2005-03-10change the signature for the functions to decrypt data for theRonnie Sahlberg3-8/+13
2005-03-10check in the newly generated lexer tooLuis Ontanon1-178/+116
2005-03-10- changed the lexer to return entire tags, refactored packet-xml.c for those ...Luis Ontanon3-206/+110
2005-03-09Prep for 0.10.10: Update the ChangeLog and NEWS files, bump the versionGerald Combs4-2093/+4467
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping5-9/+9
2005-03-09Remove duplicate media types and add XML media types from packet-text-media.c.Olivier Biot1-3/+15
2005-03-09Add a couple of definitions not present in MIT Kerberos. Fix a compilerGerald Combs1-8/+8
2005-03-09From Jaap Keuter: update ethereal_gen.py to generate new-style pluginGuy Harris2-18/+10
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 Harris2-7/+62
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 Harris2-4/+11
2005-03-09From Francisco Alcoba: don't generate long filter expressions, fall backGuy Harris1-2/+65
2005-03-09bugfix in PSML export output: the epan API slightly changed, epan_dissect_fil...Ulf Lamping1-0/+1
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 Sahlberg3-0/+904
2005-03-08we dont need to link with gssapi.a any moreRonnie Sahlberg1-5/+1
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-08More editing.Guy Harris1-2/+3
2005-03-08Editing.Guy Harris1-2/+2
2005-03-08from jaap keuter: add info how to update from old to new style plugin registe...Ulf Lamping1-1/+54
2005-03-08If ethereal is linked with HEIMDALRonnie Sahlberg1-9/+24
2005-03-08when HEIMDAL is linked with :Ronnie Sahlberg2-5/+397
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg2-0/+18
2005-03-07add xml and stats_tree plugin to the installer.Lars Roland2-2/+15
2005-03-07remove remnants of the old plugin api from dissectors and pluginsLars Roland5-56/+9
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ev...Lars Roland1-0/+1
2005-03-07set SVN keyword IDLars Roland1-1/+1
2005-03-07fix clean targetLars Roland1-1/+1
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 Alejandro Vaqero:Luis Ontanon3-3/+15
2005-03-07From Florian Lohoff:Luis Ontanon3-1/+24
2005-03-07From Francisco Alcoba:Luis Ontanon1-1/+12
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer6-13/+12
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 Harris29-199/+225
2005-03-07Back out the BACnet application layer dissectin code - its use ofGuy Harris2-3518/+36