| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up some compiler warnings. | Guy Harris | 2004-01-17 | 1 | -65/+70 |
* | new "Font" preferences page instead of a font dialog in "User Interface" | Ulf Lamping | 2004-01-17 | 3 | -109/+71 |
* | column preferences page now looks similar to the color dialog layout, | Ulf Lamping | 2004-01-16 | 1 | -34/+84 |
* | In case of CVS sources, add the date of the last change to the version | Jörg Mayer | 2004-01-16 | 1 | -4/+5 |
* | bugfix: use correct size of global value | Ulf Lamping | 2004-01-16 | 1 | -6/+7 |
* | move "marked packet color" setting from gui_prefs to Colors page. | Ulf Lamping | 2004-01-15 | 2 | -332/+41 |
* | Change labels from "TCP Streams" to "Colors", to add other color values later | Ulf Lamping | 2004-01-14 | 2 | -11/+11 |
* | destroy the "save as" dialog only, if it's existing | Ulf Lamping | 2004-01-14 | 1 | -2/+3 |
* | Use "retap_packets()" rather than "redissect_packets()". | Guy Harris | 2004-01-13 | 12 | -29/+29 |
* | Add a routine "retap_packet()" that runs through all packets, dissecting | Guy Harris | 2004-01-13 | 1 | -28/+14 |
* | "dfilter_compile()" supplies a null dfilter pointer for an empty filter | Guy Harris | 2004-01-13 | 1 | -2/+3 |
* | Add a routine "io_stat_reset()" to reset an io_stat_t; have | Guy Harris | 2004-01-13 | 1 | -123/+100 |
* | Make the variable into which values from | Guy Harris | 2004-01-13 | 1 | -5/+5 |
* | Rename DISSECTOR_HELPER_{SRC,OBJECTS} to | Guy Harris | 2004-01-11 | 1 | -1/+2 |
* | #if 0 out test that causes an always false warning | Jörg Mayer | 2004-01-11 | 2 | -2/+6 |
* | close the Save (As) dialog, when the capture file is closed | Ulf Lamping | 2004-01-10 | 1 | -1/+8 |
* | add a "Save As" button to the toolbar, | Ulf Lamping | 2004-01-10 | 1 | -25/+55 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -6/+2 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 32 | -478/+150 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 4 | -321/+82 |
* | added various button compatibility macros, | Ulf Lamping | 2004-01-10 | 1 | -1/+46 |
* | removed two MSVC warnings (GTK2 related) | Ulf Lamping | 2004-01-10 | 1 | -3/+3 |
* | Export "remove_color_filter()", as it's used in "color_dlg.c". | Guy Harris | 2004-01-09 | 1 | -1/+2 |
* | Include <string.h> to declare "strcmp()". | Guy Harris | 2004-01-09 | 1 | -1/+2 |
* | Part 2 of the "unmarking a packet matching a color filter does not apply | Olivier Biot | 2004-01-09 | 2 | -4/+19 |
* | use the same packet range things for "Print" dialog, as already implemented | Ulf Lamping | 2004-01-09 | 2 | -218/+419 |
* | some code cleanup in range.c | Ulf Lamping | 2004-01-09 | 1 | -8/+4 |
* | Turn the GTK+ 1.2.10 clist code into our own widget; that lets us modify it | Guy Harris | 2004-01-09 | 11 | -1737/+1853 |
* | Fix the "unmarking a packet matching a color filter does not apply the color | Olivier Biot | 2004-01-09 | 1 | -4/+13 |
* | If building without libpcap, exclude some stuff that builds only if | Guy Harris | 2004-01-08 | 2 | -5/+10 |
* | Save As and range: don't use global vars in range.c, | Ulf Lamping | 2004-01-08 | 1 | -39/+37 |
* | Include string.h to import strerror | Jörg Mayer | 2004-01-07 | 1 | -1/+3 |
* | Get rid of "gtk_box_pack_start()" call to put the range table into the | Guy Harris | 2004-01-07 | 1 | -2/+1 |
* | added some simple_dialogs, if save of raw data fails for some reasons | Ulf Lamping | 2004-01-07 | 1 | -7/+11 |
* | Remove extraneous parameters of packet count in case the end-user manually | Olivier Biot | 2004-01-07 | 1 | -3/+5 |
* | Not that it really matters as the test still alwas evaluates to false: | Jörg Mayer | 2004-01-07 | 2 | -4/+4 |
* | save dialog with "Captured" and "Displayed" buttons in packet range | Ulf Lamping | 2004-01-07 | 3 | -120/+284 |
* | Widgets get freed when the reference count goes to zero; we don't need | Guy Harris | 2004-01-06 | 1 | -22/+23 |
* | an enum represents the radio buttons much better, | Ulf Lamping | 2004-01-05 | 1 | -45/+21 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 4 | -19/+19 |
* | User Specified Decodes, since it brings up a dialog box, should be User Speci... | Richard Sharpe | 2004-01-04 | 1 | -2/+2 |
* | A missing piece of Tadaaki Nagao's patches to add a global "disabled | Guy Harris | 2004-01-04 | 1 | -2/+2 |
* | Apply the patches from Tadaaki Nagao for a global version of disabled | Richard Sharpe | 2004-01-03 | 1 | -4/+25 |
* | Make Analyze/Statistics have an accelerator of Alt+A S and move | Richard Sharpe | 2004-01-03 | 28 | -65/+65 |
* | Mark arguments as unused. | Guy Harris | 2004-01-03 | 1 | -11/+11 |
* | hide save dialog, while saving | Ulf Lamping | 2004-01-02 | 1 | -4/+6 |
* | recent files: make submenu insensitive if empty and | Ulf Lamping | 2004-01-02 | 1 | -20/+93 |
* | From Didier: don't update the progress bar more often than every 100ms | Ulf Lamping | 2004-01-02 | 1 | -2/+16 |
* | Tweak the name of the Coloring Rules dialog box to be more consistent ... | Richard Sharpe | 2004-01-02 | 1 | -3/+3 |
* | label texts changed (tip from Richard) | Ulf Lamping | 2004-01-01 | 1 | -8/+8 |