summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2000-11-05Allow plugins to have, instead of "protocol" and "filter_string"Guy Harris1-37/+173
2000-11-03Corrected BASE_OCT support for display formats. Note - it probably isn'tNathan Neulinger1-5/+13
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris2-2/+30
2000-10-27Move to version 0.8.13.Gilbert Ramirez1-5/+5
2000-10-27Added some autoconf- and automake-generated files to .cvsignore.Gilbert Ramirez1-0/+8
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris2-68/+393
2000-10-21Support for conversations with "wildcard" destination addresses, fromGuy Harris2-32/+147
2000-10-19Move the declaration of "g_resolving_actif" from the top-levelGuy Harris2-3/+3
2000-10-19There's no "exception.h" header file in "epan", but there isGuy Harris1-2/+2
2000-10-18Get rid of extra declaration of HAVE_DIRECT_H; one is enough.Guy Harris1-4/+1
2000-10-17Make the top-level "config.h.win32" more closely resemble the top-levelGuy Harris3-5/+100
2000-10-17Patch from Heikki Vatiainen to make "tvb_strnlen()" return the length ofGuy Harris1-6/+5
2000-10-17Do checks for platform-specific compiler flags in the libethereal andGuy Harris1-1/+28
2000-10-16Give libethereal its own configuration file, and have that configurationGuy Harris13-41/+229
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez7-6/+769
2000-10-14While keeping the directory named 'epan' and the symbols in the libraryGilbert Ramirez2-8/+8
2000-10-11Fix it to build on Windows.Guy Harris3-3/+50
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez4-198/+87
2000-09-30- HAVE_PLUGINS is defined in plugins.h so it must be included here.Olivier Abad1-1/+2
2000-09-30If a line consists *solely* of an LF, set "*eol" to point to the LF.Guy Harris1-1/+6
2000-09-29Dynamically grow the buffer used by "format_text()", rather than cuttingGuy Harris1-24/+37
2000-09-28Simple code movement.Gilbert Ramirez3-1/+257
2000-09-28Simple code movement to epan.Gilbert Ramirez3-1/+1498
2000-09-28More EPAN-related code movements. Get rid of usage of #include "globals.h"Gilbert Ramirez8-10/+180
2000-09-27Move packet.[ch] to epanGilbert Ramirez3-1/+1961
2000-09-27Fix for bug in lex command.Gilbert Ramirez1-2/+2
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez24-0/+10111