| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialise a couple of variables to prevent gcc warnings. | Martin Mathieson | 2010-03-22 | 2 | -2/+2 |
* | Fix a gcc -Wshadow warning inadvertantly introduced in SVN #32262. | Bill Meier | 2010-03-22 | 1 | -1/+1 |
* | Rework code so File ! Merge file_type selection works and to remove use of gl... | Bill Meier | 2010-03-21 | 1 | -34/+51 |
* | Fix some gcc -Wshadow warnings. | Bill Meier | 2010-03-21 | 1 | -37/+37 |
* | Squelch GTK runtime warnings. | Jaap Keuter | 2010-03-20 | 1 | -3/+3 |
* | Bug Fix: File ! Save As (on *nix) causes a gtk_critical message. | Bill Meier | 2010-03-20 | 1 | -1/+1 |
* | Squelch a compiler warning. | Guy Harris | 2010-03-19 | 1 | -1/+2 |
* | Replace GtkCList by GtkTreeView. | Jaap Keuter | 2010-03-19 | 1 | -726/+450 |
* | Time to drop the T38 analysis menu option. | Jaap Keuter | 2010-03-18 | 3 | -93/+0 |
* | cmake changes: | Jörg Mayer | 2010-03-18 | 1 | -0/+1 |
* | Squelch some compiler warnings (one of which would, I think, cause this | Guy Harris | 2010-03-09 | 1 | -10/+10 |
* | From Andrej Kuehnal: | Anders Broman | 2010-03-06 | 1 | -0/+5 |
* | From LEGO via bug 3459: | Stig Bjørlykke | 2010-03-04 | 1 | -2/+8 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 4 | -36/+88 |
* | Implementation of % bytes column. | Jaap Keuter | 2010-03-03 | 1 | -54/+74 |
* | Cast the result of the subtraction. | Guy Harris | 2010-03-03 | 1 | -2/+2 |
* | Squelch MSVC compiler warnings - this should really be done better, e.g. | Guy Harris | 2010-03-03 | 1 | -2/+2 |
* | Remove one too many columns, causing havoc on display and sorting. | Jaap Keuter | 2010-03-03 | 1 | -1/+0 |
* | Allow for other time presentations. | Jaap Keuter | 2010-03-03 | 3 | -88/+90 |
* | Disable OID resolution and loading SMI modules by default. | Balint Reczey | 2010-03-03 | 1 | -0/+46 |
* | topic_menu_cb() used as callback returning gboolean. Thus make it so. | Jaap Keuter | 2010-03-02 | 2 | -9/+9 |
* | Squelch some compiler warnings, clean up indentation, clean up a | Guy Harris | 2010-03-02 | 2 | -2/+2 |
* | Use RLC inside MAC frames by default. | Martin Mathieson | 2010-03-01 | 1 | -1/+4 |
* | From Didier Gautheron: | Anders Broman | 2010-02-28 | 1 | -1/+31 |
* | Add 'missing SDUs' to tap info / RLC stats window. | Martin Mathieson | 2010-02-28 | 1 | -8/+29 |
* | When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in MAC... | Martin Mathieson | 2010-02-28 | 1 | -1/+2 |
* | Use consistent indentation. | Bill Meier | 2010-02-26 | 1 | -90/+91 |
* | GtkCombo --> GtkComboBoxEntry | Bill Meier | 2010-02-25 | 1 | -15/+23 |
* | When filtering on MAC PDUs, filter only on MAC PDUs. | Martin Mathieson | 2010-02-25 | 1 | -0/+3 |
* | Rename a number of variables for clarity. | Bill Meier | 2010-02-25 | 1 | -227/+228 |
* | Fix for bug 2478: | Jaap Keuter | 2010-02-25 | 1 | -1/+1 |
* | Fix for bug 4522: | Jaap Keuter | 2010-02-24 | 1 | -2/+2 |
* | GtkOptionMenu --> GtkComboBox | Bill Meier | 2010-02-24 | 1 | -77/+59 |
* | Update (slightly) the description of ws_combo_box_clear_text_and_pointer(). | Bill Meier | 2010-02-24 | 2 | -0/+4 |
* | GtkOptionMenu --> GtkComboBox | Bill Meier | 2010-02-22 | 1 | -50/+39 |
* | GtkOptionMenu --> GtkComboBox | Bill Meier | 2010-02-22 | 1 | -109/+79 |
* | GtkOPtionMenu ==> GtkComboBox: V2: use ws_combo_box_new_text_and_pointer & etc | Bill Meier | 2010-02-22 | 1 | -39/+11 |
* | Add ws_combo_box_new_text_and_pointer() and related which provides a | Bill Meier | 2010-02-22 | 2 | -3/+187 |
* | Include dialag filter in generated channel filters. | Martin Mathieson | 2010-02-21 | 1 | -2/+5 |
* | Allow multiple instances to be created, with filters. | Martin Mathieson | 2010-02-21 | 1 | -168/+201 |
* | - include given filter in generated filter expressions. | Martin Mathieson | 2010-02-21 | 1 | -22/+54 |
* | Allow multiple instances of LTE MAC statistics windows, each with own filter. | Martin Mathieson | 2010-02-21 | 1 | -162/+189 |
* | Add missing SIP response codes from iana sip-parameters | Martin Mathieson | 2010-02-20 | 1 | -0/+10 |
* | Include detected DL retx in stats. | Martin Mathieson | 2010-02-20 | 1 | -13/+112 |
* | Get rid of C++-style comments (even inside "#if 0"/"#endif", the API | Guy Harris | 2010-02-19 | 1 | -55/+57 |
* | Commit #if 0'd out code: | Anders Broman | 2010-02-19 | 1 | -10/+203 |
* | Fix compilation with pre-2.6 GTK+. | Guy Harris | 2010-02-19 | 1 | -1/+1 |
* | GtkOPtionMenu ==> GtkComboBox; | Bill Meier | 2010-02-18 | 1 | -61/+76 |
* | Another Laura bug: Don't reset the file load time in the status bar when | Gerald Combs | 2010-02-17 | 1 | -3/+2 |
* | gtk_option_menu() --> gtk_combo_box(); | Bill Meier | 2010-02-17 | 1 | -42/+19 |