aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-04-20From Andrew K Burley (bug 2406):Stig Bjørlykke1-1/+1
Updated dependency for portaudio. svn path=/trunk/; revision=25124
2008-04-20From Rolf Fiedler (bug 2408):Stig Bjørlykke5-21/+249
This extends the EyeSDN wiretap module to be able to support: - DSS1/Q.931 - PPP - LAPB/X.25 - ATM raw cells - SS7 MTP2 svn path=/trunk/; revision=25123
2008-04-19bugs happen, if you're trying to do two things at once ;-)Ulf Lamping1-1/+0
svn path=/trunk/; revision=25122
2008-04-19HAVE_LUA_5_1 is no longer required for the Tools menuUlf Lamping1-6/+1
svn path=/trunk/; revision=25121
2008-04-19I'v fixed the bug reported by Stig that no items appear and also ..Ulf Lamping1-8/+11
from Jim Young: The attached patch simply tests for a non-NULL welcome_file_panel_vb before attempting to get the child_list. svn path=/trunk/; revision=25120
2008-04-19add a way to place the capture interfaces and recent files list into a ↵Ulf Lamping1-15/+126
scrolled_window once the number of them get's "too large" svn path=/trunk/; revision=25119
2008-04-19Fix for bug 2475:Jaap Keuter1-7/+18
Add a preference to the UNISTIM dissector so that you can set the default port back to 5000, even though this conflicts with other dissectors. svn path=/trunk/; revision=25118
2008-04-19Win32 is a developer related term, use "Microsoft Windows" / "Unix/Linux" as ↵Ulf Lamping1-11/+16
already done in the open file dialog page. add missing Help button some other minor changes svn path=/trunk/; revision=25117
2008-04-19From Shigeo Nakamura (bug 2466):Stig Bjørlykke5-1/+1500
Added a dissector of XTP version 4.0. svn path=/trunk/; revision=25116
2008-04-18Added a "Capture Interfaces" dialog box figure for other than Win32Stig Bjørlykke5-6/+31
to show and document the "Device" column. Added a note about hidden interfaces. Added some missing graphics files to Makefile.common. svn path=/trunk/; revision=25115
2008-04-18Display the interface comment if defined.Stig Bjørlykke3-6/+24
On non-win32 also display the interface name. svn path=/trunk/; revision=25114
2008-04-18filename2uri() doesn't modify its parameter (and in at least one place we ↵Jeff Morriss1-48/+49
hand it a const argument) so make the parameter const. Also move the function up in the file (before its first use). svn path=/trunk/; revision=25113
2008-04-18Change an assignment-in-an-if to a comparison.Jeff Morriss1-1/+1
svn path=/trunk/; revision=25112
2008-04-18update originals as per r25110Richard van der Hoff1-1/+1
svn path=/trunk/; revision=25111
2008-04-18fix decoding of amr in h323/h324 callsRichard van der Hoff1-1/+1
svn path=/trunk/; revision=25110
2008-04-17Minor banner tweaks.Gerald Combs1-8/+13
svn path=/trunk/; revision=25109
2008-04-17Added an option to display hidden protocol items.Stig Bjørlykke7-10/+184
svn path=/trunk/; revision=25108
2008-04-17as the welcome page seems generally accepted, remove #ifdef ↵Ulf Lamping1-33/+0
SHOW_WELCOME_PAGE around it svn path=/trunk/; revision=25107
2008-04-17From Vasil Velichkov :Anders Broman3-24/+119
Fix missing dissection of SignalInfo in MAP SMS operations http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2469 svn path=/trunk/; revision=25106
2008-04-17On Windows: filemanager_open_directory: ensure a trailing '\' on path to ↵Bill Meier1-2/+14
ShellExecute; svn path=/trunk/; revision=25105
2008-04-17In filemanager_open_directory(), if we're not on Windows or OS X andGuy Harris1-0/+71
don't have xdg-open, convert the pathname to a URI and hand it to the browser. svn path=/trunk/; revision=25104
2008-04-17Use the "explore" verb when opening directories; that doesn't fix the caseGuy Harris1-1/+1
where there's an openable file and a directory with the same pathname except for the extension, but at least it prevents us from trying to open the file. svn path=/trunk/; revision=25103
2008-04-17Add descriptions of the "Rel Start" and "Duration" columns in theGerald Combs1-118/+119
Conversations window. svn path=/trunk/; revision=25102
2008-04-17Don't use "%ll[doux]" to print a guint64 - use G_GINT64_MODIFIER.Guy Harris2-2/+2
svn path=/trunk/; revision=25101
2008-04-17Sigh. g_spawn_async() should take a "const gchar **" argument for argv,Guy Harris1-4/+4
as it shouldn't be modifying the strings, but it's "gchar **", so we can't make argv an array of "const gchar *" - which means that you can't put a "{g}char *" into it without a cast. Clean up white space. svn path=/trunk/; revision=25100
2008-04-17Infos --> InformationBill Meier1-1/+1
svn path=/trunk/; revision=25099
2008-04-17Another (somewhat blind) attempt to help bug 2053: don't create the INAP ↵Jeff Morriss2-65/+65
handle nor call oid_add_from_string() more than once (by putting that code inside the "We haven't been through the handoff function before" condition). svn path=/trunk/; revision=25098
2008-04-17If we have xdg-open, define HAVE_XDG_OPEN.Guy Harris4-4/+83
Add a routine "filemanager_open_directory()", which takes a pathname (presumed to be UTF-8 in Windows and Mac OS X; this might need work for other UN*Xes) and attempts to open a file manager window for it, using ShellExecute on Windows, Launch Services on OS X, and, for now, running xdg-open on other OSes if we have it (should we have a preference for the file manaager, just as we have one for the Web browser?). (For that matter, if we have xdg-open, do we need a preference for the Web browser, or should we just have xdg-open open the Web browser?) svn path=/trunk/; revision=25097
2008-04-17Add autogenerated dissector for DCE/RPC MAPI and also the (non-NDR)Ronnie Sahlberg9-346/+19852
protocol that is transported within svn path=/trunk/; revision=25096
2008-04-17set_sensitive(FALSE) for recent files that are currently not availableUlf Lamping1-3/+8
svn path=/trunk/; revision=25095
2008-04-17From Vasil Velichkov (bug 2471):Stig Bjørlykke4-6/+58
Add ASN definition of MAP BeginSubscriberActivity operation. Add call to dissect function in packet template. svn path=/trunk/; revision=25094
2008-04-17cut filenames in the middle (not just at the start) and add tooltips for itUlf Lamping1-3/+7
svn path=/trunk/; revision=25093
2008-04-17add tooltips for the welcome page buttonsUlf Lamping3-15/+54
svn path=/trunk/; revision=25092
2008-04-17A GtkImage doesn't take any input, so it doesn't support the "clicked"Guy Harris1-3/+1
signal. Fix the description for the "Interface List" welcome button. svn path=/trunk/; revision=25091
2008-04-17colors_init() doesn't have anything to do with packet coloring, it'sGuy Harris1-1/+3
just our initialization routine for low-level GTK+ stuff, such as getting the system colormap and the "black" and "white" colors; we have to call it before calling get_color(). svn path=/trunk/; revision=25090
2008-04-17Put a space between the number of bytes (for a file < 1024 bytes) andGuy Harris1-7/+6
"Bytes". "Interface description" vs. "interface name" isn't Windows vs. UN*X, it's "has a description" vs. "doesn't have a description" - the lack of descriptions in UN*X is a result of 1) lack of a mechanism to supply descriptions in some UN*Xes and 2) lack of code in libpcap to get those descriptions in some other UN*Xes and I need to work on fixing 2) (I think it can be dredged out of FreeBSD 6 and 7, I seem to remember current OpenBSD supplying them, and for OS X we might as well cheat the way the network preference pane does and just call en0 the main Ethernet and en1 the AirPort interface). Use an adverb rather than an adjective to modify a noun, as per Chris Maynard's suggestion. svn path=/trunk/; revision=25089
2008-04-17Oh, what the heck, go for it - do the size calculations in 64 bits, justGuy Harris1-3/+3
in case a file has more than 2^32 megabytes of data :-); we already require 64-bit support for calculations and formatting. svn path=/trunk/; revision=25088
2008-04-17... bring into alphabetical orderUlf Lamping1-2/+2
svn path=/trunk/; revision=25087
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ↵Ulf Lamping12-30/+27
a bit misleading svn path=/trunk/; revision=25086
2008-04-17Mark a paramter as unusedStephen Fisher1-1/+1
svn path=/trunk/; revision=25085
2008-04-17fix commentsUlf Lamping1-3/+3
svn path=/trunk/; revision=25084
2008-04-17try to fix the buildbotUlf Lamping1-3/+3
svn path=/trunk/; revision=25083
2008-04-17enable welcome pageUlf Lamping1-82/+60
add file size of recent files tweak colors code cleanup svn path=/trunk/; revision=25082
2008-04-16Handle:Anders Broman2-11/+48
SAEB-IE-ContainerList SAEB-IE-ContainerPairList and ProtocolError-IE-ContainerList svn path=/trunk/; revision=25081
2008-04-16sccp_ssn_table is not used so remove it. The handoff function does not need ↵Jeff Morriss2-26/+8
to be called after preference changes so stop doing that. Found this on the hunt for bug 2053's cause but it shouldn't (AFAICS) be related. svn path=/trunk/; revision=25080
2008-04-16Remove (no longer needed) forward declaration of handoff functionJeff Morriss1-4/+1
svn path=/trunk/; revision=25079
2008-04-16Added missing comment closing.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=25078
2008-04-16ups, missed oneUlf Lamping1-2/+2
svn path=/trunk/; revision=25077
2008-04-16flip the import and export button "sequence", that the import button comes ↵Ulf Lamping1-17/+17
first. So we have the same sequence as the usual open/save menu. svn path=/trunk/; revision=25076
2008-04-16remove the copied xpm stock icon files from SVN and use the "GTK built in" ↵Ulf Lamping10-1203/+26
stock icons this will also prevent us from showing different stock icons for "our" xpm stock icons and the "system defaults". GTK (for Windows?) changed the icon theme somewhere around V2.10 (or later?) and/or the user might use a different icon theme, so this isn't an esoteric case ;-) svn path=/trunk/; revision=25075