aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-08-16According to draft-ietf-dhc-failover-10, the message digest type is 1Guy Harris1-3/+8
2004-08-15From Ronnie Sahlberg: Netscape certificate extensions.Gerald Combs2-0/+339
2004-08-15Make message_digest_type a guint16. Removed cast.Jörg Mayer1-2/+3
2004-08-15remove MSVC compiler warning (required a type cast)Ulf Lamping1-1/+1
2004-08-15Dissect the last unknown item at the end of the NTLMv2 blob.Guy Harris1-1/+7
2004-08-13From Jelmer Vernooij:Guy Harris6-7/+292
2004-08-13From Giles Scott: Ethernet MAC Control Frame support.Guy Harris2-0/+106
2004-08-13Move convert_string_to_hex() and convert_string_case() from gtk/find_dlg.cGerald Combs3-0/+131
2004-08-12Note that the CIFS spec claims that the service name string in TreeGuy Harris1-0/+5
2004-08-11From Tomas Kukosa: add a dissector table for OIDs in variable bindings,Guy Harris1-5/+29
2004-08-10The FreeTDS documentation on TDS claims that the field after the localeGuy Harris1-1/+4
2004-08-10From Neil Piercy: put in some missing "put in the terminating NUL"sGuy Harris1-0/+3
2004-08-10Add support for FT_FLOAT and FT_DOUBLE in "proto_tree_add_item()"Guy Harris1-0/+20
2004-08-10From Graham Bloice: Allow libethereal.dll to be built after recent changes.Gerald Combs1-2/+2
2004-08-10Fix a typo.Guy Harris1-1/+1
2004-08-10Add LIBETHEREAL_SRC and LIBETHEREAL_INCLUDES to epan/Makefile.common,Guy Harris3-91/+73
2004-08-10Use the protocol short name as the Protocol column value, as is done inGuy Harris1-1/+1
2004-08-09Merge the "resolv" rename changes with the trunk.Gerald Combs3-3/+3
2004-08-09- Small cosmetic fix to DHCP failover prefsJörg Mayer1-3/+2
2004-08-09Enable the configurable port number - and make the filter name for theGuy Harris1-22/+14
2004-08-09M. Ortega y Strupp <moys@loplof.de>Jörg Mayer2-0/+1180
2004-08-07While we're add it, support the multicast protocol type values for PPPGuy Harris1-0/+3
2004-08-07Add protocol 0xad as AX/4000 Testframe.Jörg Mayer1-2/+2
2004-08-07Hanlde 8848 on Ethernet the same as 8847. Not sure that thisJörg Mayer1-0/+1
2004-08-06From Yaniv Kaul:Guy Harris1-68/+45
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris57-57/+57
2004-08-06From Jeff Connelly: MANOLITO support.Guy Harris2-0/+296
2004-08-06Set the "svn:keywords" and "svn:eol-style" properties to their standardGuy Harris1-1/+1
2004-08-06Put "Spirent" into the initial comment so people are more likely to beGuy Harris1-1/+1
2004-08-05SEKINE Hideki: Routines for AX/4000 Test Block dissectionJörg Mayer2-0/+182
2004-08-04Fix a URL.Guy Harris1-1/+1
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris29-2373/+2585
2004-08-02Every file that includes "packet-smb-common.h" either includes "smb.h"Guy Harris1-2/+0
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isGuy Harris1-1/+1
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toGuy Harris3-14/+10
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris6-12/+25
2004-08-02The TDS dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0
2004-08-02The SSH dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreGuy Harris7-232/+217
2004-08-02Put in some comments based on information in theGuy Harris2-2/+31
2004-08-02http://davenport.sourceforge.net/ntlm.html says that the 0x80000000 isGuy Harris1-3/+18
2004-08-02Most developers have only 10 fingers, not 16. :-)Guy Harris1-3/+3
2004-08-02Fixed the handling of PKTDRPREP when there is no included packet.Michael Tüxen1-27/+17
2004-08-02From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.Olivier Biot1-3/+3
2004-08-02From Yaniv Kaul:Ronnie Sahlberg1-27/+22
2004-08-01From Jelmer Vernooij: add support for some more TLVs and another SNAC.Guy Harris2-3/+20
2004-07-29New protocol: PKCS#1 (rfc2313 pplus some extra oid's)Ronnie Sahlberg3-0/+386
2004-07-29add some algorithm oid's to x509af(for the time being)Ronnie Sahlberg4-8/+44
2004-07-29prettify the oid printing of ber oid'sRonnie Sahlberg1-6/+15
2004-07-29for very large integers, print them in hex thats better than nothingRonnie Sahlberg1-1/+10