aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-06A MediaSubType value of 1 also means 802.11. (Is that what indicatesGuy Harris1-2/+2
2004-02-06Make sure a packet has one and only one length field, one and only oneGuy Harris1-6/+44
2004-02-06The time stamps in *Peek V9 files appear to be in nanoseconds from theGuy Harris1-12/+19
2004-02-06From Yaniv Kaul:Guy Harris1-3/+29
2004-02-06Ethernet frames appear to have 4 bytes of 0 at the end, at least in theGuy Harris1-5/+20
2004-02-06V9 format appears to be used by some versions of EtherPeek, too.Guy Harris2-87/+220
2004-02-06Fix up a comment to note that this is also used for AiroPeek, and usedGuy Harris1-2/+9
2004-02-06Add a new dissector table for multipart media encpsulation (similar to theOlivier Biot2-22/+88
2004-02-06Sort the link-layer type values a little better.Guy Harris1-4/+2
2004-02-05Add new col_append methods which will prepend the (format) string with theOlivier Biot2-2/+54
2004-02-05From Martin Regner (patch from Anders Broman):Olivier Biot1-2/+6
2004-02-05From Holger Schurig: add two cipher strings.Olivier Biot1-1/+3
2004-02-05Spotted by Guy Harris: SyncML media type was not registered (it was lostOlivier Biot1-1/+3
2004-02-05We can't test the GTK+ version in dissectors or libethereal code, asGuy Harris2-4/+12
2004-02-05Update a comment.Guy Harris1-2/+9
2004-02-04The menu item for changing the state of name resolution forGuy Harris1-2/+2
2004-02-04From Magnus Hansson:Guy Harris3-64/+262
2004-02-04Use InterCapNotation on the protocol header field. Add the hex encodingOlivier Biot1-28/+38
2004-02-04Add some comments about the types of alert boxes you get with theGuy Harris6-20/+33
2004-02-03From Peter J. Creath: add a heuristic dissector table, so thatGuy Harris3-1/+16
2004-02-03As Apple's advertising industry might have said, "word-wrap different".Guy Harris1-3/+3
2004-02-03Tweak the error messages for bad capture filters.Guy Harris1-5/+6
2004-02-03Handle the media type "message/sip".Guy Harris1-2/+2
2004-02-03patch error removedUlf Lamping1-5/+1
2004-02-03from Lars Roland: fix NSIS uninstallationUlf Lamping2-18/+37
2004-02-03ups, moved previously missing %s to the right placeUlf Lamping1-3/+3
2004-02-03From Martin Mathieson: SIP sipfrag support.Guy Harris4-3/+147
2004-02-03Make a pointer to which a "const" pointer value is assigned "const"Guy Harris1-5/+15