| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & i... | Bill Meier | 2010-10-12 | 1 | -10/+10 |
* | Explain BPF in the tooltips for "Compile BPF". | Stig Bjørlykke | 2010-10-04 | 1 | -1/+1 |
* | Add a cast to make the OSX-PPC buildbot happy. | Sake Blok | 2010-10-03 | 1 | -5/+5 |
* | Retry of SVN 34338, now tested on my WinXP dev VM: | Sake Blok | 2010-10-03 | 1 | -35/+12 |
* | Reverting SVN 34338, looks like libpcap and winpcap are more different than I... | Sake Blok | 2010-10-02 | 1 | -7/+38 |
* | Use pcap_open_dead instead of pcap_create for the compile BPF button. This ma... | Sake Blok | 2010-10-02 | 1 | -38/+7 |
* | Fix a compilation error | Bill Meier | 2010-10-02 | 1 | -1/+1 |
* | Make capture filter syntax checking independent of pcap_create by using pcap_... | Sake Blok | 2010-10-02 | 1 | -69/+32 |
* | Check for HAVE_PCAP_CREATE in a few more spots to fix building on systems wit... | Sake Blok | 2010-10-02 | 1 | -0/+4 |
* | Add syntax checking to the capture filter text entry in the capture setup scr... | Sake Blok | 2010-10-02 | 1 | -0/+64 |
* | When a user selected a non-default DLT for the interface, change the DLT to t... | Sake Blok | 2010-10-02 | 1 | -1/+5 |
* | pcap_activate needs to be called to set the DLT of the selected interface, ot... | Sake Blok | 2010-10-02 | 1 | -0/+1 |
* | Remove some unnecessary includes: a lot of things don't need globals.h and re... | Jeff Morriss | 2010-08-30 | 1 | -1/+0 |
* | (Minor) Cleanup signal callbak signatures and related: | Bill Meier | 2010-08-23 | 1 | -3/+3 |
* | Change ws_combo_box... to use a tree-store instead of a list-store; | Bill Meier | 2010-07-15 | 1 | -8/+10 |
* | Whitespace cleanup: consistent indentation; tabs==>spaces; etc | Bill Meier | 2010-07-13 | 1 | -338/+337 |
* | GtkOptionMenu ==> GtkComboBox | Bill Meier | 2010-07-13 | 1 | -68/+70 |
* | I added PCAP_NETMASK_UNKNOWN in libpcap 1.1.0; it's not present in | Guy Harris | 2010-07-07 | 1 | -0/+4 |
* | Add button to look at compiled BPF. | Jaap Keuter | 2010-07-06 | 1 | -1/+79 |
* | If we don't know whether a device supports monitor mode, turn off | Guy Harris | 2010-05-16 | 1 | -1/+5 |
* | Support monitor mode in the capture preferences. | Guy Harris | 2010-05-15 | 1 | -48/+64 |
* | Fix the tooltip for the "monitor mode" checkbox. | Guy Harris | 2010-05-14 | 1 | -6/+8 |
* | Fix compilation when we don't have pcap_create(). | Guy Harris | 2010-05-14 | 1 | -2/+7 |
* | Support monitor mode from the GUI. | Guy Harris | 2010-05-14 | 1 | -16/+89 |
* | Um, no, the problem with the Leopard x86 build is that we first do a | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | See whether the Leopard x86 buildbot is upset because of the name | Guy Harris | 2010-05-14 | 1 | -1/+1 |
* | Fetch an indication of whether the interface supports capturing in | Guy Harris | 2010-05-13 | 1 | -27/+29 |
* | Just check for pcap_create(); it first appeared in libpcap 1.0.0, and | Guy Harris | 2010-05-06 | 1 | -8/+8 |
* | Checking in Stigs changes from | Anders Broman | 2010-05-06 | 1 | -8/+8 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -10/+12 |
* | Rename a number of variables for clarity. | Bill Meier | 2010-02-25 | 1 | -227/+228 |
* | Check for valid linktype_history in capture_get_linktype(). | Stig Bjørlykke | 2010-01-04 | 1 | -1/+6 |
* | Set correct linktype when starting capture from the welcome page. | Stig Bjørlykke | 2009-12-30 | 1 | -8/+16 |
* | Get rid of deprecated gtk_option_menu_new(); | Anders Broman | 2009-09-08 | 1 | -38/+19 |
* | Add #include <stdio.h> in a few more places for Solaris. | Bill Meier | 2009-08-27 | 1 | -6/+1 |
* | "main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, but | Guy Harris | 2009-06-21 | 1 | -3/+3 |
* | Added a preference to capture in Pcap-NG from GUI. | Stig Bjørlykke | 2009-06-15 | 1 | -2/+14 |
* | Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes. | Gerald Combs | 2009-05-13 | 1 | -3/+3 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -4/+4 |
* | From Jakub Zawadzki (bug 3331): | Stig Bjørlykke | 2009-03-13 | 1 | -4/+2 |
* | Fix a few more problems found by checkAPIs.pl | Stephen Fisher | 2008-12-01 | 1 | -1/+1 |
* | Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :( | Stig Bjørlykke | 2008-11-11 | 1 | -1/+27 |
* | Rewrote interface type option_menu to gtk_combo_box, this fixes the bug | Stig Bjørlykke | 2008-11-11 | 1 | -337/+640 |
* | Save the remote interfaces list to be able to show the remote IP addresses | Stig Bjørlykke | 2008-11-07 | 1 | -14/+57 |
* | Initialize the interface type value key to fix updating the local interface | Stig Bjørlykke | 2008-11-06 | 1 | -0/+2 |
* | Fixed a check button text. | Stig Bjørlykke | 2008-11-06 | 1 | -1/+1 |
* | Changes in the "Capture Options" window: | Stig Bjørlykke | 2008-11-04 | 1 | -206/+348 |
* | Do not set buffer size for remote interfaces or when using default value. | Stig Bjørlykke | 2008-11-03 | 1 | -6/+2 |
* | Do not use functions for remote capture on local interfaces. | Stig Bjørlykke | 2008-11-03 | 1 | -2/+14 |
* | Use invisible event boxes so the preferences looks good when using themes. | Stig Bjørlykke | 2008-10-20 | 1 | -0/+1 |