| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup. | Stig Bjørlykke | 2008-01-24 | 1 | -3/+3 |
* | Make sure the "auto scroll in live capture" toolbar button and menu item | Gerald Combs | 2007-12-05 | 1 | -15/+13 |
* | Apply coloring rules also when a frame is marked so that when a frame | Sake Blok | 2007-11-28 | 1 | -5/+6 |
* | As per Ulf's request add ${proto.field} macros that will use the value of the... | Luis Ontanon | 2007-07-30 | 1 | -1/+4 |
* | From Dustin Johnson: If "Update list of packets in real time" and | Gerald Combs | 2007-07-09 | 1 | -2/+6 |
* | Fix for bug #93: changes to the columns has no effect until restart | Stephen Fisher | 2007-06-04 | 1 | -0/+1 |
* | Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib | Guy Harris | 2007-05-29 | 1 | -2/+2 |
* | From Sake Blok: | Stephen Fisher | 2007-05-21 | 1 | -6/+6 |
* | Fix warnings on Linux/gcc 4.1.1 | Stephen Fisher | 2007-04-03 | 1 | -2/+5 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -3/+3 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -3/+3 |
* | From Sake Blok: | Stephen Fisher | 2007-03-23 | 1 | -7/+11 |
* | Add -Werror when using GCC only to the Makefile.am of the base | Stephen Fisher | 2007-03-22 | 1 | -7/+8 |
* | Don't enable "Save As" if you don't have an unsaved live capture file | Guy Harris | 2007-03-14 | 1 | -0/+22 |
* | Squelch some unused variable warnings | Jeff Morriss | 2007-02-20 | 1 | -1/+1 |
* | we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P... | Ronnie Sahlberg | 2007-02-01 | 1 | -0/+2 |
* | Add separate union entries to fvalue.value for signed and unsigned | Martin Mathieson | 2007-01-18 | 1 | -1/+1 |
* | instead of simply doing an assert when running out of memory in emem, throw a... | Ulf Lamping | 2007-01-15 | 1 | -4/+60 |
* | minor bugfix of file loading: don't update the packet list if loading a small... | Ulf Lamping | 2007-01-15 | 1 | -1/+4 |
* | New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). | Graeme Lunt | 2007-01-13 | 1 | -0/+6 |
* | Fix for bug #1140: Filtering messes up packet list sort order | Stephen Fisher | 2007-01-11 | 1 | -0/+3 |
* | Fix for bug #1196: packet detail & packet bytes windows not updated under | Stephen Fisher | 2007-01-11 | 1 | -0/+4 |
* | break out dfcode from the capture file structure and declare it locally where... | Ronnie Sahlberg | 2007-01-01 | 1 | -18/+84 |
* | while loading a huge capture file, enable the main window to show packets rus... | Ulf Lamping | 2006-11-21 | 1 | -0/+6 |
* | New feature to automatically highlight the field found when doing a find. | Stephen Fisher | 2006-11-14 | 1 | -0/+8 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -6/+6 |
* | fix svn728: don't scroll down packet list while capturing, if no packets are ... | Ulf Lamping | 2006-11-05 | 1 | -6/+16 |
* | fix #1188: scroll the packet list to the bottom (in a running capture) *after... | Ulf Lamping | 2006-10-29 | 1 | -2/+5 |
* | fix the memory leak problem mentioned lately by adding and using color_filter... | Ulf Lamping | 2006-10-03 | 1 | -0/+2 |
* | changes of the coloring rules sometimes crashed as dissection keeps pointers ... | Ulf Lamping | 2006-10-03 | 1 | -10/+0 |
* | Implement a real "Cancel" button for the coloring rules dialog - this was a h... | Ulf Lamping | 2006-10-03 | 1 | -0/+12 |
* | coverity 170 | Ronnie Sahlberg | 2006-06-26 | 1 | -13/+0 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -14/+14 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Add an extra null pointer check. Fixes Coverity CID 154. | Gerald Combs | 2006-04-27 | 1 | -20/+25 |
* | From dider | Anders Broman | 2006-02-27 | 1 | -1/+3 |
* | Move create_tempfile() to tempfile.c out of util.c. This means dumpcap | Guy Harris | 2006-02-12 | 1 | -1/+1 |
* | show the number of packets captured, if "Update list of packets ..." isn't used | Ulf Lamping | 2006-01-22 | 1 | -1/+8 |
* | add matched coloring rule name and string to the frame dissector output (or n... | Ulf Lamping | 2006-01-21 | 1 | -0/+1 |
* | Allow a progress dialog to have "Stop" or "Cancel" as the "terminate | Guy Harris | 2005-11-12 | 1 | -25/+38 |
* | from Jaap Keuter: | Ulf Lamping | 2005-11-08 | 1 | -8/+18 |
* | replace *a lot* of file related calls by their GLib counterparts. This is nec... | Ulf Lamping | 2005-11-06 | 1 | -26/+19 |
* | Fix uninitialized variable errors. | Guy Harris | 2005-10-27 | 1 | -26/+39 |
* | Check on every iteration of a loop whether to pop up a dialog box, | Guy Harris | 2005-10-27 | 1 | -32/+63 |
* | fix a packet_list_freeze / thaw pair, if a return comes in it's way | Ulf Lamping | 2005-10-06 | 1 | -2/+11 |
* | minor bugfix: call cf_callback_invoke() from cf_close() even if the file is a... | Ulf Lamping | 2005-09-27 | 1 | -4/+6 |
* | add two new callbacks: | Ulf Lamping | 2005-09-20 | 1 | -9/+11 |
* | added compression support for capture file output. The Save/As dialog now has... | Ulf Lamping | 2005-09-14 | 1 | -3/+10 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -4/+5 |
* | Frame numbers are unsigned, and they start at 1; 0 is what's used for | Guy Harris | 2005-09-11 | 1 | -1/+1 |