aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-09-06Update x509SAT to export DirectoryString.Ronnie Sahlberg3-1/+45
2004-09-06Update to X509 Certificate Extensions. Make it also decode Ronnie Sahlberg1-0/+10
2004-09-05Name the variables that have the names of ".lo" files as _LO, not _O;Guy Harris1-2/+2
2004-09-05From Mark C. Brown: Cisco Port Aggregation Protoool support.Guy Harris3-1/+580
2004-09-04From Jeff Morriss: the code path that's bypassed with the "if (tree)"Guy Harris3-39/+21
2004-09-04From Matthew Bradley: add the OSI session layer dissector to theGuy Harris1-1/+3
2004-09-04From Jouni Malinen: add a dissector for EAP-AKA, and fix some incorrectGuy Harris1-6/+118
2004-09-04The packet range stuff knows about capture_file structures, so it'sGuy Harris4-357/+0
2004-09-04We don't need "globals.h"; don't include it.Guy Harris1-2/+0
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping4-0/+84
2004-09-04EXTRA_OBJECTS are needed for ethereal.lib (only used if ENABLE_LIBETHEREAL is...Ulf Lamping1-1/+1
2004-09-04Split the pure range stuff out into separate files, exporting their ownGuy Harris6-225/+329
2004-09-04We don't need to incldue "globals.h", so don't do so.Guy Harris1-3/+1
2004-09-04Rename "range.c" and "range.h" to "packet-range.c" and "packet-range.h";Guy Harris4-0/+571
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris4-6/+224
2004-09-02change result code names to be the same as in the LDAP standardRonnie Sahlberg1-43/+44
2004-09-01Use the value for the UNIX epoch from RFC 868 for the difference betweenGuy Harris1-1/+1
2004-09-01Get rid of some unused variables.Guy Harris1-2/+4
2004-09-01Make a bunch of source files non-executable.Guy Harris2-0/+0
2004-08-31break out the nt decryption and password handling into a separate functionRonnie Sahlberg2-50/+65
2004-08-30Pass an "address *" to "rtp_add_address()" and "rtcp_add_address()", soGuy Harris8-75/+77
2004-08-30Add a key origin string for kerberos keysRonnie Sahlberg1-12/+28
2004-08-30For protocols running atop TCP and PDUs spanning multiple segmentsRonnie Sahlberg1-2/+2
2004-08-30Reintroduce the three previously removed iscsi header digest preference opti...Ronnie Sahlberg1-0/+6
2004-08-29remove two preference options related to iscsi header digestRonnie Sahlberg1-68/+60
2004-08-29finalize refactoring of conversation handling.Ronnie Sahlberg1-10/+70
2004-08-29move the conversation find and create into dissect_iscsi() from dissect_iscsi...Ronnie Sahlberg1-64/+58
2004-08-28indentation change to make dissect_iscsi() easier to readRonnie Sahlberg1-77/+74
2004-08-28ISCSI Login Request and Login Response never contain any HeaderDigestsRonnie Sahlberg1-8/+2
2004-08-28fix the bug introduced in the window scaling update, dontRonnie Sahlberg1-2/+4
2004-08-26Clean up white space.Guy Harris1-11/+9
2004-08-26Update the I-D name.Guy Harris1-1/+1
2004-08-26fix to that long outstanding bug with windowscalingRonnie Sahlberg1-1/+36
2004-08-26From Greg Morris:Guy Harris1-11/+3
2004-08-25Add the optional 13th tag to the KRB_ERR structure.Ronnie Sahlberg1-1/+29
2004-08-25Prettify the principal name expansion to make it look more like normal kerber...Ronnie Sahlberg1-1/+4
2004-08-25Newer version of Luis Ontanon's patch.Guy Harris1-82/+80
2004-08-25From Luis Ontanon:Anders Broman1-5/+127
2004-08-25guint64 & guint64 is another guint64, but a gboolean is just 32 bits onGuy Harris1-2/+2
2004-08-25From Lars Roland: add "tvb_get_ntoh64()" to the list of routinesGuy Harris1-0/+2
2004-08-24Fix the InfoQueryEASize infolevel for SetPathInfo and QueryPathInfo SMB'sRonnie Sahlberg1-4/+9
2004-08-24When deciding whether to add a separator or not, look at the buffer toGuy Harris1-36/+62
2004-08-24From Remi Denis-Courmon: fix some problems with the decoding of TeredoGuy Harris1-124/+195
2004-08-24In "col_append_sep_fstr()" and "col_append_sep_str()", check "col_data"Guy Harris1-2/+2
2004-08-23Register SIP as a dissector to be able to do:Anders Broman1-0/+1
2004-08-23Set the parameter item for called party number, calling party number,Guy Harris1-25/+20
2004-08-23Don't save the decrypted data on the first pass and use it on subsequentGuy Harris1-99/+41
2004-08-22Add the changes promised in the earlier checkin:Anders Broman1-9/+15
2004-08-22Propset eol-style and keywordsJörg Mayer1-1/+1
2004-08-22We don't need a variable to hold the sequence number any more - justGuy Harris1-3/+1