aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-07-27"print_packet_header()" is no longer used (there's now a "generateGuy Harris2-35/+0
2004-07-27place new windows (by calling window_new() with default placement (instead of...Ulf Lamping1-1/+7
2004-07-27From Lars Roland: don't delete the generated header files with "makeGuy Harris1-2/+1
2004-07-27From Lars Roland:Guy Harris1-2/+4
2004-07-27from ian schorr: some performance improvements in conversation and hostlist t...Ulf Lamping2-27/+168
2004-07-27Change the display of identifiers from DEC to HEX.Michael Tüxen1-3/+3
2004-07-27From Ian Schorr: don't check the validity of the field name for anGuy Harris1-7/+7
2004-07-27Add the Ethertype for MAC Control frames, as per Clause 31 and AnnexesGuy Harris2-2/+7
2004-07-27From Tomas Kukosa:Guy Harris1-42/+101
2004-07-27Fromm Tomas Kukosa: update to version 1.5.Guy Harris2-177/+770
2004-07-27"ps.c" isn't a header, so don't include it in ETHEREAL_COMMON_INCLUDES.Guy Harris1-4/+3
2004-07-27Arrange that "x11-declarations.h" and "x11-register-info.h" be part ofGuy Harris4-11/+14
2004-07-27Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2-2/+4
2004-07-26Add a missing backslash.Guy Harris1-1/+1
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris3-106/+125
2004-07-26From Anders Broman: Update libethereal.def to match recent changes in print.c.Gerald Combs1-3/+7
2004-07-26update tox509ce virtually all of x509ce now implemented (but there are stil...Ronnie Sahlberg8-251/+1796
2004-07-25Fix a comment, as per suggestions by Yaniv Kaul.Guy Harris1-1/+2
2004-07-25Added support for registered UDP port.Michael Tüxen1-0/+9
2004-07-25Fix up the declaration of yy_accept().Gerald Combs1-1/+4
2004-07-25some more extensions and their dissectors defined.Ronnie Sahlberg4-59/+509
2004-07-25cms update forgot that Name had been commented out in one of the structure.Ronnie Sahlberg4-1/+14
2004-07-25 large CMS update.Ronnie Sahlberg6-118/+942
2004-07-25From Lars Roland: don't print the "echo Linking dissectors.lib" commandGuy Harris1-2/+3
2004-07-25From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variablesGuy Harris2-0/+9
2004-07-25From Lars Roland: <epan/packet.h> has to be included before <windows.h>Guy Harris1-1/+2
2004-07-25Make some generic print routines that take, as an argument, a pointer toGuy Harris5-267/+677
2004-07-25Use the GLib gint64 and guint64 types instead of u_int64_t or uint64_t,Guy Harris2-65/+60
2004-07-25"-T ps" should not imply "-V"; one should be able to get a list ofGuy Harris1-1/+0
2004-07-25Fix the declarations for "simple_dialog()" and "vsimple_dialog()" usedGuy Harris1-2/+2
2004-07-24get rid of the remaining compiler warnings.Ronnie Sahlberg3-4/+10
2004-07-24Add a lot of missing attribute dissectorsRonnie Sahlberg5-7/+129
2004-07-24added the userCertificate and cAcertificate attributesRonnie Sahlberg3-2/+49
2004-07-24add dissection of the structure : ExtensionRonnie Sahlberg4-53/+114
2004-07-24In "dissect_smb_server_type_flags()":Guy Harris1-28/+31
2004-07-24Include "colors.h" to define BLACK and WHITE.Guy Harris1-0/+1
2004-07-24"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";Guy Harris1-1/+0
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris5-28/+29
2004-07-24Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris3-8/+8
2004-07-24Add some comments from Gerald's Windows version of color_filters.c.Guy Harris1-0/+5
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris6-3/+3
2004-07-24Move the declaration of "color_add_filter_cb()" to "color.h", as,Guy Harris3-14/+10
2004-07-24Move the declaration of "create_color()" up to "color.h", so it'sGuy Harris5-48/+13
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris10-49/+69
2004-07-24Get rid of unneeded include of "colors.h".Guy Harris1-1/+0
2004-07-24Make "new_color_filter()" GUI-independent - have it take two "color_t"Guy Harris3-18/+23
2004-07-23"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them toGuy Harris5-2/+2
2004-07-23Remove set -/+x - they were added for debugging and not intended for commitJörg Mayer1-2/+0
2004-07-23Trivial warning fixes:Jörg Mayer6-10/+9
2004-07-23add nice text item for the case when we could not find the dissector for a sp...Ronnie Sahlberg1-1/+3