aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris5-31/+31
2004-09-11From Dave Richards: fix a format string.Guy Harris1-1/+1
2004-09-11From Dave Richards: remove from libethereal.def some routines fromGuy Harris1-4/+0
2004-09-11Nothing in "util.h" is needed by anything in libethereal, so don't putGuy Harris1-1/+0
2004-09-10Move the base-64 routines to "epan/base64.c".Guy Harris4-1/+103
2004-09-10The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.Guy Harris1-1/+1
2004-09-10Move the stuff to handle ASCII <-> EBCDIC conversions toGuy Harris3-0/+188
2004-09-10Add the new "proto_registrar_dump_values()" routine, as it's used byGuy Harris1-0/+1
2004-09-10Add a "-G fields2" option which is like "-G fields", but extends the fieldGilbert Ramirez2-7/+170
2004-09-09Show ETHERTYPE_IPv6 as "IPv6" in the type field.Guy Harris1-0/+1
2004-09-09Add SHA1 routines for future use, at least by SigCompAnders Broman1-0/+1
2004-09-09From Remi Denis-Courmont: heuristic dissector for Teredo.Guy Harris1-1/+86
2004-09-09From Luca Deri: NetFlow v9 enhancements.Guy Harris1-8/+181
2004-09-08Squelch a compiler warning. (We really might want aGuy Harris1-1/+2
2004-09-08To conert a little-endian value to a big-endian value, useGuy Harris1-1/+1
2004-09-08Added some valuestring parameters for PoCAnders Broman1-0/+2
2004-09-08Updated the comment at the beginning of the file.Michael Tüxen1-1/+2
2004-09-08Added support for version 12. So it now supports version 02, 08 andMichael Tüxen1-29/+169
2004-09-08From Peter Johansson, make proto_tree_add_item() handle IPv4 addressesRonnie Sahlberg1-1/+1
2004-09-08From Devin Heitmuller: decode verifiers after stub decryption - forGuy Harris1-6/+19
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping3-36/+69
2004-09-06rename add_conv_to_dcerpc_bind_table to dcerpc_add_conv_to_bind_table and don...Ulf Lamping3-9/+11
2004-09-06Add the capability to chose to remap the fist two PPIDS in each SCTP packet t...Michael Tüxen2-1/+20
2004-09-06Renamed the T-Bit in ABORT and SHUTDOWN-COMPLETE chunks as in the upcoming IG.Michael Tüxen1-9/+12
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