aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-08-02Every file that includes "packet-smb-common.h" either includes "smb.h"guy1-2/+0
2004-08-02Nothing, other than the include of "smb.h", in "packet-smb-common.h" isguy1-1/+1
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toguy3-14/+10
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onguy6-12/+25
2004-08-02The TDS dissector uses nothing from "packet-smb-common.h", so don'tguy1-1/+0
2004-08-02The SSH dissector uses nothing from "packet-smb-common.h", so don'tguy1-1/+0
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreguy7-232/+217
2004-08-02Put in some comments based on information in theguy2-2/+31
2004-08-02http://davenport.sourceforge.net/ntlm.html says that the 0x80000000 isguy1-3/+18
2004-08-02Most developers have only 10 fingers, not 16. :-)guy1-3/+3
2004-08-02Fixed the handling of PKTDRPREP when there is no included packet.tuexen1-27/+17
2004-08-02From Kelly Byrd: fix tvb_uncompress() for GZIP encoded content.obiot1-3/+3
2004-08-02From Yaniv Kaul:sahlberg1-27/+22
2004-08-01From Jelmer Vernooij: add support for some more TLVs and another SNAC.guy2-3/+20
2004-07-29New protocol: PKCS#1 (rfc2313 pplus some extra oid's)sahlberg3-0/+386
2004-07-29add some algorithm oid's to x509af(for the time being)sahlberg4-8/+44
2004-07-29prettify the oid printing of ber oid'ssahlberg1-6/+15
2004-07-29for very large integers, print them in hex thats better than nothingsahlberg1-1/+10
2004-07-29From Lars Roland: MSVC make fixes.obiot1-3/+6
2004-07-29Fix a null pointer dereference.gerald1-5/+7
2004-07-29From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to obiot5-22/+21
2004-07-28Partial fix after some files being moved between directories.obiot2-8/+1
2004-07-28removed print_packet_header, as it seems to be no longer used/available and w...ulfl1-1/+0
2004-07-28From Greg Morris:guy1-123/+145
2004-07-28x509ce use implicit tags.sahlberg1-138/+141
2004-07-28From Ming Zhang: update to the latest draft.guy1-41/+73
2004-07-27From Lars Roland: don't delete the generated header files with "makeguy1-2/+1
2004-07-27From Lars Roland:guy1-2/+4
2004-07-27Change the display of identifiers from DEC to HEX.tuexen1-3/+3
2004-07-27Add the Ethertype for MAC Control frames, as per Clause 31 and Annexesguy1-1/+2
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofguy4-11/+14
2004-07-26From Anders Broman: Update libethereal.def to match recent changes in print.c.gerald1-3/+7
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...sahlberg3-56/+1351
2004-07-25Added support for registered UDP port.tuexen1-0/+9
2004-07-25some more extensions and their dissectors defined.sahlberg1-5/+344
2004-07-25cms update forgot that Name had been commented out in one of the structure.sahlberg1-0/+10
2004-07-25 large CMS update.sahlberg2-15/+750
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandguy1-2/+3
2004-07-24get rid of the remaining compiler warnings.sahlberg2-3/+6
2004-07-24Add a lot of missing attribute dissectorssahlberg2-1/+62
2004-07-24added the userCertificate and cAcertificate attributessahlberg1-0/+24
2004-07-24add dissection of the structure : Extensionsahlberg1-48/+54
2004-07-24In "dissect_smb_server_type_flags()":guy1-28/+31
2004-07-23Trivial warning fixes:jmayer3-5/+5
2004-07-23add nice text item for the case when we could not find the dissector for a sp...sahlberg1-1/+3
2004-07-23inside dissect_ber_sequence() we know the expected length of the field that f...sahlberg1-1/+3
2004-07-23Use "format_text()" on strings to be put into the Info column and theguy1-48/+71
2004-07-23Have distclean remove built sources.gerald1-0/+1
2004-07-23remove some more compiler warningssahlberg2-69/+69
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...sahlberg1-6/+6