aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24Don't treate WTAP_FILE_UNKNOWN as a real file type.Guy Harris1-0/+8
svn path=/trunk/; revision=40679
2012-01-23In the table of capture file types, have:Guy Harris1-2/+2
a field that gives the default extension for the file type, *without* a leading "." (i.e., just the extension, not the "." that separates it from the rest of the file name), which is NULL if there are no known extensions; a field that gives a semicolon-separated list of *other* extensions, without "*." or ".", which is NULL if there are no known extensions or there are no known extensions other than the default. Rename wtap_file_extension_default_string() to wtap_default_file_extension() (matches the name of the field). svn path=/trunk/; revision=40678
2012-01-23g_string_append_printf() returns nothing.Guy Harris1-1/+1
svn path=/trunk/; revision=40676
2012-01-23Have wtap_file_extension_default_string() return the extension in theGuy Harris1-1/+1
sense of "what follows the last . in the file name", i.e. not including the ".". svn path=/trunk/; revision=40674
2012-01-23Finish wrapping heuristic dissector functions in #if conditionals; change ↵Jeff Morriss1-8/+21
the condition to check if HEUR_DISSECTOR_LIST is defined. svn path=/trunk/; revision=40671
2012-01-23Put back the #include changes from a previous commit.Guy Harris1-7/+7
svn path=/trunk/; revision=40670
2012-01-23Remove a debug statement.Anders Broman1-1/+1
svn path=/trunk/; revision=40668
2012-01-23Add the code to add a Heuristics protocol page.Anders Broman1-30/+290
#if 0:d out for now. svn path=/trunk/; revision=40667
2012-01-23Not working Conversation Filter in (analyse menu)Anders Broman1-5/+3
(Fix the path to the fileter menu.) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6751 svn path=/trunk/; revision=40661
2012-01-22All valid file types should have file type strings (and, currently, theyGuy Harris1-14/+20
all do); get rid of the test for a null return from wtap_file_type_string().) If wtap_get_file_extensions_list() returns NULL, include the file type in the list of filters, and use "*.*" as the filter. That way the list of filters will include all file types, even if you can't really ask only for files of that type (actually, you can't really ask only for files of *any* type unless you're running under a desktop environment where file types are specified by, for example, looking for magic numbers, as there's no guarantee that, for example, a pcap file will have an extension at all, given that it might come from a command-line tool that doesn't default to any extension). svn path=/trunk/; revision=40650
2012-01-21We already added the separator *if* we needed it; don't add it again.Guy Harris1-1/+1
svn path=/trunk/; revision=40643
2012-01-21Well, yeah, you can leave the list of patterns out, but then they don'tGuy Harris1-1/+2
show up in the UI, and they appear to show up in the UI in the Windows apps I've seen, so I guess Windows apps put the list of patterns into the description. svn path=/trunk/; revision=40642
2012-01-21Fix calls to g_string_free() (added so as not to leak memory).Guy Harris1-2/+2
svn path=/trunk/; revision=40641
2012-01-21At least according to the Microsoft documentation, you don't duplicateGuy Harris1-17/+17
the list of patterns; see what happens. svn path=/trunk/; revision=40640
2012-01-21What you get from wtap_get_file_extensions_list() are extensions, notGuy Harris1-2/+2
patterns; add the "*.". svn path=/trunk/; revision=40639
2012-01-21Fix print call.Guy Harris1-1/+1
svn path=/trunk/; revision=40638
2012-01-21Append the trailing ), don't overwrite the string.Guy Harris1-1/+1
svn path=/trunk/; revision=40637
2012-01-21Fix -v for QtSharkAlexis La Goutte2-3/+64
./Wireshark -v wireshark 1.7.1 (SVN Rev Unknown from unknown) Copyright 1998-2012 Gerald Combs <gerald@wireshark.org> and contributors. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Compiled (64-bit) with Qt 4.7.4 with GLib 2.30.0, with libpcap (version unknown), with libz 1.2.3.4, with POSIX capabilities (Linux), with SMI 0.4.8, with c-ares 1.7.4, with Lua 5.1, without Python, with GnuTLS 2.10.5, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Jul 27 2011 11:52:20), without AirPcap. Running on Linux 3.0.0-13-generic, with locale fr_FR.UTF-8, with libpcap version 1.1.1, with libz 1.2.3.4, GnuTLS 2.10.5, Gcrypt 1.5.0. Built using gcc 4.6.1. get_gui_compiled_info & get_gui_runtime_info copied from ../gtk/main.c the function is common to GTK and Qt need to put in version_info.[ch] ? svn path=/trunk/; revision=40633
2012-01-21Get make checkapi working again.Michael Tüxen1-2/+2
svn path=/trunk/; revision=40625
2012-01-21Add missing variable.Guy Harris1-0/+1
svn path=/trunk/; revision=40624
2012-01-21Replace wtap_file_extensions_string() with a routine that returns aGuy Harris1-4/+23
GSList of extensions for a file type, including extensions for the compressed versions of those file types that we can read. svn path=/trunk/; revision=40623
2012-01-20Convert forward slashes in URI to backslashes if WIN32. Patch from Cal ↵Chris Maynard1-4/+10
Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5237 svn path=/trunk/; revision=40615
2012-01-20Add more configuration information to config.pri which lets us removeGerald Combs1-14/+1
more hard-coded definitions from QtShark.pro. Quote an error message to fix a Qt Creator complaint. Add ui\qt\config.pri to the top-level "all" nmake target. Update README.qt. svn path=/trunk/; revision=40607
2012-01-20Try copying our plugins to an accessible directory. This assumes you've setGerald Combs1-15/+23
WIRESHARK_RUN_FROM_BUILD_DIRECTORY in your run environment. On Windows, generate a QMake include file (config.pri) from config.nmake. svn path=/trunk/; revision=40600
2012-01-20Remove or mark unused variables.Gerald Combs3-9/+14
svn path=/trunk/; revision=40599
2012-01-19Add icons for pipe interfaces. This allows for easierMichael Tüxen3-1/+77
testing the upcoming patch, which improves the infrastructure to handle interfaces for capturing. Obtained from Irene Ruengeler. svn path=/trunk/; revision=40583
2012-01-18Get rid of no-longer-applicable comments.Guy Harris1-8/+0
svn path=/trunk/; revision=40579
2012-01-18Get rid of some redeclarations, include "ui/recent_utils.h" to get thoseGuy Harris2-17/+1
declarations. svn path=/trunk/; revision=40578
2012-01-18Another fix for the move of recent.h.Guy Harris1-1/+1
svn path=/trunk/; revision=40577
2012-01-18Following the move of recent.*Alexis La Goutte1-6/+6
Fix : No rule to make target « ../gtk/recent.c », needed for « recent.c ». Stop. Not need to copy recent.c in qt working directory and use the common recent.c file. svn path=/trunk/; revision=40574
2012-01-18New include file needs to be included.Guy Harris1-0/+2
svn path=/trunk/; revision=40567
2012-01-18Another change for the recent changes (in both senses of "recentGuy Harris1-0/+1
changes" :-)). svn path=/trunk/; revision=40566
2012-01-18Reflect the move of recent.c from ui/gtk to the top-level directory.Guy Harris1-1/+0
svn path=/trunk/; revision=40565
2012-01-18Another fix for the move of recent.h to the ui directory.Guy Harris1-1/+1
svn path=/trunk/; revision=40564
2012-01-18Reflect the changes to make the recent-file code GUI-independent.Guy Harris5-16/+15
svn path=/trunk/; revision=40563
2012-01-18Add some files that didn't get checked in.Guy Harris2-0/+153
svn path=/trunk/; revision=40562
2012-01-18Restructure the recent file code so that recent.c is GUI-independent;Guy Harris40-1293/+112
move it to the top-level source directory for now, and move ui/gtk/recent.h to the ui directory. svn path=/trunk/; revision=40561
2012-01-16Move alert_box.c back up to the top-level directory for now, to fix theGuy Harris1-134/+0
Windows build. We probably want to construct a "ui" (static) library the same way we construct the libwireshark (dynamic) library, out of stuff in the ui directory and the relevant subdirectories. svn path=/trunk/; revision=40541
2012-01-16Just include it from the current directory.Guy Harris1-1/+1
svn path=/trunk/; revision=40537
2012-01-16Another fix for the move of the win32 directory.Guy Harris1-1/+1
svn path=/trunk/; revision=40536
2012-01-16Fix up for the move from the top-level directory to the ui directory.Guy Harris1-5/+5
svn path=/trunk/; revision=40534
2012-01-16Reflect the move of simple_dialog.h to the ui directory.Guy Harris1-1/+2
svn path=/trunk/; revision=40533
2012-01-16Reflect the move of the top-level win32 directory into the ui directory.Guy Harris6-9/+7
svn path=/trunk/; revision=40532
2012-01-16Make the win32 directory a subdirectory of the ui directory.Guy Harris5-0/+2621
svn path=/trunk/; revision=40531
2012-01-16Reflect the move of some header files to the ui directory.Guy Harris6-10/+14
svn path=/trunk/; revision=40530
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris119-171/+824
the ui directory. (Perhaps some other files that would be used by all flavors of Wireshark, for any GUI toolkit or for someting such as ncurses, and not for any command-line tool such as TShark, should be moved there as well.) Shuffle some #includes to put the "ui/XXX.h" includes together. svn path=/trunk/; revision=40529
2012-01-15Fix a typo in a comment ....Bill Meier1-1/+1
svn path=/trunk/; revision=40527
2012-01-15Missed another .. -> ../.. caseJörg Mayer1-1/+1
svn path=/trunk/; revision=40524
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer9-71/+71
svn path=/trunk/; revision=40523
2012-01-15More .. -> ../.. changes after gtk/ moveJörg Mayer1-12/+12
svn path=/trunk/; revision=40522