aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-15297-150290/+0
| | | | | | This looses the last checkin to gtk, will add this manually back. svn path=/trunk/; revision=40518
* Have the time field in the Graph Analyzis windos use the same time format as ↵Anders Broman2012-01-151-18/+12
| | | | | | used to view the trace. svn path=/trunk/; revision=40517
* Fix unused parameter warningsAnders Broman2012-01-141-3/+3
| | | | svn path=/trunk/; revision=40499
* This seams to leave fewer graphical artefacts.Anders Broman2012-01-141-9/+16
| | | | svn path=/trunk/; revision=40496
* In the list of supported file types, put the file type of the file beingGuy Harris2012-01-141-27/+55
| | | | | | | | | | | saved at the beginning of the list, if it's supported (it might not be if we don't support writing that file format). If that happens to be pcap, put pcap-NG right after it (if we can write something out as pcap, we can always write it out as pcap-NG); if it happens to be pcap-NG, put pcap right after it if it's supported (if it has per-packet encapsulation, pcap won't be supported). svn path=/trunk/; revision=40494
* Get rid of some unused #defines.Guy Harris2012-01-141-18/+13
| | | | | | Use surface_height for various heights, and set it. svn path=/trunk/; revision=40491
* Fix a copy paste error.Anders Broman2012-01-131-2/+2
| | | | svn path=/trunk/; revision=40481
* From Edward Sheldrake:Anders Broman2012-01-131-1/+1
| | | | | | | | Wireshark crashes if you open the file import dialog and choose something from the "Encapsulation type" list. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6729 svn path=/trunk/; revision=40448
* It appears that the intent of r35027 was to use reset_tap_update_timer() notJeff Morriss2012-01-092-4/+0
| | | | | | just on Windows or when we have threads, so make it so. svn path=/trunk/; revision=40420
* Show % UL padding as a progress bar.Martin Mathieson2012-01-051-3/+13
| | | | svn path=/trunk/; revision=40382
* Add initial support for Qt along with a "ui" subdirectory.Gerald Combs2012-01-041-1/+7
| | | | svn path=/trunk/; revision=40378
* From Mike Morrin:Anders Broman2012-01-011-1/+1
| | | | | | | | | | | | | | | | | | | GSM ENHANCED MEASUREMENT REPORT PDUs were not dissected when present as L3_INFO in RSL MEAS_RES PDUs. It seems that the RSL L3_INFO needs to be handled by a different dissector depending on whether it contains a DTAP, SACCH or CCCH PDU, which fortunately can be deduced from the RSL PDU type. packet-rsl.c is updated to implement this. In packet-gsm_a_rr.c the dissection of PDUs with RR Short PD format is improved, and also some items are renamed to make clearer the difference between SACCH PDUs (which cna be normal or Short PD format) and RR Short PD format PDUs (which can occur on SACCH, CCCH, or DCH). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6699 svn path=/trunk/; revision=40357
* Put back paragraph break.Guy Harris2011-12-311-2/+2
| | | | svn path=/trunk/; revision=40351
* Leave more word-wrapping to the toolkit.Guy Harris2011-12-311-4/+6
| | | | svn path=/trunk/; revision=40350
* We don't have any links to activate if we don't have pcap.Guy Harris2011-12-301-0/+2
| | | | svn path=/trunk/; revision=40343
* Make the links in the "WinPcap doesn't appear to be installed" textGuy Harris2011-12-301-2/+29
| | | | | | | | active. Get rid of hard returns, and make it word wrap. svn path=/trunk/; revision=40342
* Clean up word wrapping a bit.Guy Harris2011-12-301-2/+2
| | | | svn path=/trunk/; revision=40341
* For the "don't have WinPcap" case, put up some stuff in the welcomeGuy Harris2011-12-301-3/+30
| | | | | | screen discussing that. (XXX - those links should be made live.) svn path=/trunk/; revision=40340
* Get rid of extra blank line.Guy Harris2011-12-291-1/+0
| | | | svn path=/trunk/; revision=40338
* Leave it up to dumpcap to determine whether WinPcap was loaded and, ifGuy Harris2011-12-292-37/+0
| | | | | | | it wasn't, whether it matters; that way you can still capture from a pipe (named or "-" for standard input) even if you don't have WinPcap. svn path=/trunk/; revision=40337
* Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatGuy Harris2011-12-292-2/+0
| | | | | | | anything that uses WinPcap can use that message text in its error messages. svn path=/trunk/; revision=40335
* Add an additional DONT_HAVE_PCAP return value from get_interface_list()Guy Harris2011-12-294-4/+10
| | | | | | | | and capture_interface_list(). Return it if, on Windows, we ask for the interface list but don't have WinPcap installed. Handle it like CANT_GET_INTERFACE_LIST. svn path=/trunk/; revision=40334
* Set filter text after connecting to filter string callback so theStig Bjørlykke2011-12-291-5/+6
| | | | | | initial filter will be syntax checked. svn path=/trunk/; revision=40324
* Add PLACE_OF_INTEREST_SIGN, a.k.a. the OS X Command key symbol. AnnotateGerald Combs2011-12-291-4/+18
| | | | | | entries with their decimal and hexadecimal values. Add a modeline blurb. svn path=/trunk/; revision=40322
* Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs2011-12-291-4/+12
| | | | svn path=/trunk/; revision=40321
* Use tvb accessors rather than directly accessing tvb struct.Bill Meier2011-12-231-5/+4
| | | | svn path=/trunk/; revision=40286
* Correct a few typos.Chris Maynard2011-12-201-3/+3
| | | | svn path=/trunk/; revision=40250
* Well, until someone has the time to write ct2ext(), just return the content ↵Chris Maynard2011-12-121-3/+3
| | | | | | type, which is better than nothing. svn path=/trunk/; revision=40155
* If no filename, include the packet number in the generic name. TODO: ↵Chris Maynard2011-12-121-8/+21
| | | | | | Implement the ct2ext() function. svn path=/trunk/; revision=40154
* If the object to export doesn't have a filename, use a generic "object" name ↵Chris Maynard2011-12-111-5/+11
| | | | | | instead. This fixes the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6250 svn path=/trunk/; revision=40153
* Enabling crosshairs on TCP stream graph paints the screen.Anders Broman2011-12-061-2/+2
| | | | | | | | Move the problem to GTK3+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6646 svn path=/trunk/; revision=40106
* In capture_prep_monitor_changed_cb(), don't update the monitor modeGuy Harris2011-12-061-5/+3
| | | | | | | | checkbox unless we're actually forcing it off. Small indentation fix. svn path=/trunk/; revision=40101
* If capture_get_if_capabilities() fails, pop up a message, just as weGuy Harris2011-12-061-5/+140
| | | | | | | | | | | | | print a message in tshark. That doesn't fix the problem seen on Linux distributions, such as recent versions of Debian and derivatives, that have libpcap 1.1.0 or later built without libnl, where the monitor mode checkbox doesn't work - that's a libpcap bug, fixed in the 1.2 branch and trunk, so a future 1.2.1 or 1.3.0 release should fix it, and perhaps a future Debian release will build libpcap with libnl - but at least it means you get a dialog box rather than just getting mysterious behavior when you try to check the "monitor mode" checkbox. svn path=/trunk/; revision=40098
* Get rid of warnings.Anders Broman2011-12-012-39/+39
| | | | svn path=/trunk/; revision=40060
* Use gtk_box_new() if GTK3+Anders Broman2011-11-301-1/+174
| | | | svn path=/trunk/; revision=40054
* Extend coverage of #ifdef HAVE_PCAP_REMOTE to cover the static function ↵Martin Mathieson2011-11-301-2/+0
| | | | | | insert_new_rows(). svn path=/trunk/; revision=40047
* Get rid of warnings.Anders Broman2011-11-302-35/+35
| | | | svn path=/trunk/; revision=40046
* Gtk3 package byte highlighter colour fix.Anders Broman2011-11-291-16/+23
| | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6624 svn path=/trunk/; revision=40036
* Add priority to the channel table.Martin Mathieson2011-11-291-2/+10
| | | | svn path=/trunk/; revision=40034
* There is now an early (source only) Win32 version of GTK3 available.Jörg Mayer2011-11-261-1/+3
| | | | svn path=/trunk/; revision=40009
* More warnings "set but not used" fixedJörg Mayer2011-11-212-8/+2
| | | | svn path=/trunk/; revision=39969
* Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2011-11-161-22/+30
| | | | | | blowing up when handed a bad value. svn path=/trunk/; revision=39878
* Fix indentation.Guy Harris2011-11-161-1/+1
| | | | svn path=/trunk/; revision=39871
* If we set "column.hidden" on the command line but don't setGuy Harris2011-11-132-35/+20
| | | | | | | | | | | | | | "column.format" in a later argument, make sure we mark the appropriate existing columns as hidden. As part of cleaning up the infrastructure for doing this, store the COL_ code for a column in a fmt_data structure rather than a pointer to the raw column format string; this simplifies some code. Have a routine to return whether a column is visible, not hidden, as it's used to set a "visible" flag. svn path=/trunk/; revision=39822
* From Jan Šafránek:Anders Broman2011-11-121-4/+5
| | | | | | | | | | | if the message box is displayed when the main window is in GDK_WINDOW_STATE_WITHDRAWN state (i.e. the main window is being composed and it is not shown yet), the message box gets overlapped by the main window when it's finally shown. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6559 svn path=/trunk/; revision=39800
* Note that we should catch the OutOfMemoryError exception here to avoidGuy Harris2011-11-121-0/+4
| | | | | | an "unhandled exception" crash if we run out of memory. svn path=/trunk/; revision=39797
* Get rid of the last remnants of the "check the syntax of captureGuy Harris2011-11-102-10/+1
| | | | | | | | | | | | filters" preference; now that we always build with threads, we do the syntax checking in a separate thread, so it doesn't hang the UI, and we no longer have UI to change it but we were still trying to fetch the value of the non-existent checkbox for it and getting a warning printed. (We still check for it when reading, so that we don't print warnings if it's present.) svn path=/trunk/; revision=39788
* Pass a GMutex * instead of a GMutex **.Gerald Combs2011-11-101-1/+1
| | | | svn path=/trunk/; revision=39778
* Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs2011-11-093-6/+30
| | | | svn path=/trunk/; revision=39776
* Change the use of threads from "mostly always, depending on yourGerald Combs2011-11-077-130/+18
| | | | | | configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751