aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-02-12from Anders Broman: added some tips for compiling with GTK2 and other thingsUlf Lamping1-23/+70
2004-02-11Use -1 rather than 0 as the SCAN_FAILED return value from the lexicalGuy Harris3-9/+31
2004-02-11Make an existence test of an arbitrary entity syntactically valid, butGuy Harris2-5/+45
2004-02-11From Anders Broman: dissect manufacturer information inGuy Harris1-1/+9
2004-02-11Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; weGuy Harris1-4/+29
2004-02-11Include EyeSDN USB S0 trace files in the list of file formats we read.Guy Harris5-25/+26
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer4-1/+2522
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris9-5/+399
2004-02-11The top-level Makefile.nmake doesn't yet get all the source files fromGuy Harris1-1/+2
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris4-10/+10
2004-02-11From Prabhakar Krishnan: dissect NetApp ONTAP file handles.Guy Harris2-3/+138
2004-02-11Most taps that now include "tap_menu.h" no longer need to includeGuy Harris26-67/+26
2004-02-11From Michael Lum: add tap for GSM MAP message statistics.Guy Harris1-0/+36
2004-02-11From Michael Lum: add tap for GSM MAP message statistics.Guy Harris5-15/+529
2004-02-11Move the declaration of "register_tap_menu_item()" into a newGuy Harris31-85/+122
2004-02-11Get rid of the "Question" alert box type - rename it to "Confirmation",Guy Harris6-22/+21
2004-02-11Give alert boxes an empty title on UN*X and a title of "Ethereal" onGuy Harris1-9/+39
2004-02-11Replace the "cf_XXX_error_message()" routines withGuy Harris1-88/+100
2004-02-11Add "write_failure_alert_box()" to put up an alert box for a failedGuy Harris8-58/+56
2004-02-11Add an "open_failure_alert_box()" routine to pop up an alert box for aGuy Harris9-38/+58
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris8-17/+122
2004-02-10From Jaime Fournier: add a bunch of DCE RPC stub dissectors.Guy Harris11-2/+842
2004-02-10Add "tvb_strsize()".Guy Harris6-2/+8
2004-02-10making the Modern UI the defaultUlf Lamping1-2/+2
2004-02-10added help pages "Getting Started" and "Capturing"Ulf Lamping1-0/+2
2004-02-10Undo last change for cvsversion.h generation. It causes make to loop on some ...Jörg Mayer1-3/+1
2004-02-10Run make-version.pl on every make (at least with gnu make)Jörg Mayer1-1/+3
2004-02-09From Anders Broman: fix the decoding of BAT ASE elements with more thanGuy Harris1-13/+22
2004-02-09bugfix: close capture file again, if empty after capturingUlf Lamping1-1/+11
2004-02-09bugfix: init the toolbar's Save icons correctlyUlf Lamping1-1/+2
2004-02-09minor changesUlf Lamping1-6/+7
2004-02-09typo fixedUlf Lamping1-2/+2
2004-02-09two new help pages:Ulf Lamping3-1/+171
2004-02-09Forgot *.laJörg Mayer2-8/+10
2004-02-09Ignore shared dll stuffJörg Mayer2-0/+4
2004-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris3-15/+16
2004-02-09Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatGuy Harris1-3/+3
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...Jörg Mayer1-3/+3
2004-02-08Move -pedandic & co back into extra-flags (prepare for dissectors moving to e...Jörg Mayer1-3/+3
2004-02-07corrected links to the ethereal.exe for GTK2 versionUlf Lamping1-3/+3
2004-02-07Put AM_DISABLE_STATIC into the same place as in epan and wiretapJörg Mayer1-2/+3
2004-02-07Don't build as shared *and* static by defaultJörg Mayer2-2/+6
2004-02-07Ignore byproducts of shared lib compilationJörg Mayer3-0/+7
2004-02-07Use G_DIR_SEPARATOR_S rather than "/" as the pathname separator whenGuy Harris1-2/+2
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris2-19/+48
2004-02-06From Lars Roland: Warning fixesJörg Mayer1-15/+51
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping30-137/+195
2004-02-06renamed GTK2 version from ethereal2.exe to ethereal-gtk2.exe,Ulf Lamping3-42/+47
2004-02-06Fix a few warningsJörg Mayer1-8/+9
2004-02-06simple_dialog now uses the stock_dialog_xy iconsUlf Lamping1-2/+7