| Commit message (Expand) | Author | Age | Files | Lines |
* | -As suggested by Jakub Zawadzki: use sizeof(...) rather than a numeric consta... | Bill Meier | 2009-03-19 | 1 | -814/+809 |
* | Fix some "format not a string literal and no format arguments" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -2/+2 |
* | Bring the windows to front when rescanning of packets are done. | Stig Bjørlykke | 2008-10-13 | 1 | -4/+8 |
* | Don't put (non-extern'd) prototypes for protect_thread_critical_region() and | Jeff Morriss | 2008-08-05 | 1 | -2/+1 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -2/+2 |
* | Removed the usage of topic_available() as we now have all topics. | Stig Bjørlykke | 2008-06-21 | 1 | -19/+6 |
* | - Use the common function for applying a selected filter. | Stig Bjørlykke | 2008-05-17 | 1 | -107/+16 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -12/+14 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | add missing braces to unbreak the build | Ronnie Sahlberg | 2008-04-11 | 1 | -320/+318 |
* | first round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -13/+13 |
* | replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d... | Ulf Lamping | 2008-04-11 | 1 | -318/+318 |
* | replace CHECK_BUTTON_NEW_WITH_MNEMONIC with gtk_check_button_new_with_mnemonic | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -15/+15 |
* | Remove GTK1 code and change ugly version checking statements into | Stephen Fisher | 2008-04-07 | 1 | -28/+2 |
* | Added an option to Conversations and Endpoints to limit the list to match | Stig Bjørlykke | 2008-02-17 | 1 | -5/+75 |
* | Avoid double space in filter when creating from conversations and endpoints. | Stig Bjørlykke | 2008-02-11 | 1 | -9/+9 |
* | Added SCTP Endpoints table. | Stig Bjørlykke | 2008-02-08 | 1 | -22/+35 |
* | Add macros for various filter actions, types, and directions, and to | Guy Harris | 2007-12-09 | 1 | -212/+212 |
* | Do not create an illegal filter when having an empty display filter and | Stig Bjørlykke | 2007-12-04 | 1 | -4/+16 |
* | Clean up indentation. | Guy Harris | 2007-12-04 | 1 | -5/+5 |
* | Add relative start time, duration, and average data rate (bps) columns | Gerald Combs | 2007-11-20 | 1 | -61/+199 |
* | Apply yet another set of the optimization patches: | Anders Broman | 2007-11-10 | 1 | -5/+5 |
* | Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib | Guy Harris | 2007-05-29 | 1 | -12/+12 |
* | From David Howells : | Sebastien Tandel | 2007-05-29 | 1 | -3/+3 |
* | From Jon Smirl | Ronnie Sahlberg | 2007-03-25 | 1 | -0/+6 |
* | Fix for bug #1278: | Stephen Fisher | 2006-12-29 | 1 | -2/+8 |
* | from Stephen Fisher: | Ulf Lamping | 2006-10-17 | 1 | -2/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | From Greg Morris: | Anders Broman | 2006-03-02 | 1 | -0/+4 |
* | Cleaning up copy to CSV code | Jaap Keuter | 2006-01-20 | 1 | -13/+13 |
* | From Greg Morris, patch to allow proper search/filtering of | Gilbert Ramirez | 2005-10-20 | 1 | -1/+8 |
* | Sort each conversation column numerically. Fix up whitespace. | Gerald Combs | 2005-09-16 | 1 | -55/+71 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -2/+2 |
* | Fix sorting in the "Ports" columns. Add a comment about address sorting. | Gerald Combs | 2005-08-25 | 1 | -12/+16 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | removed tons of MSVC const related warnings. | Ulf Lamping | 2005-08-10 | 1 | -1/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -9/+9 |
* | MSVC: fix some guint64 related compiler warnings, could someone please review... | Ulf Lamping | 2005-07-09 | 1 | -1/+3 |
* | make the packets/bytes counters 64bit integers to not wrap when using really ... | Ronnie Sahlberg | 2005-07-07 | 1 | -15/+15 |
* | From Mike Duigou: | Anders Broman | 2005-06-20 | 1 | -0/+42 |
* | From Francisco Alcoba: | Luis Ontanon | 2005-02-22 | 1 | -4/+0 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -2/+2 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 1 | -5/+24 |
* | Make the signatures of functions passed to "register_tap_listener()" | Guy Harris | 2005-01-01 | 1 | -22/+31 |
* | In column sort routines, make the row pointers "const" pointers, as the | Guy Harris | 2004-12-31 | 1 | -2/+2 |
* | Fix some cut-and-pasteos. | Guy Harris | 2004-12-30 | 1 | -2/+2 |
* | Add a "get_addr_name()" routine that takes an "address *" and attempts | Guy Harris | 2004-12-30 | 1 | -22/+11 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Put the "copy" button back in the conversation and host list tables. | Gerald Combs | 2004-08-08 | 1 | -3/+3 |