aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2007-05-24When computing average: use 0 as avg if divisor=0Bill Meier1-1/+7
svn path=/trunk/; revision=21922
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris1-9/+19
by the TCP graph code. svn path=/trunk/; revision=21915
2007-05-24Fix 'Analyze ! Enabled_Protocols' search to search on correct column.Bill Meier1-0/+2
svn path=/trunk/; revision=21913
2007-05-23Add shortcuts for expanding/collapsing the packet detail.Gerald Combs1-7/+7
svn path=/trunk/; revision=21910
2007-05-23Put in some more, hopfully correct casts.Anders Broman1-2/+2
svn path=/trunk/; revision=21903
2007-05-23Handle characters with the 8th bit set.Guy Harris1-1/+1
svn path=/trunk/; revision=21902
2007-05-23Put back some more missing casts.Guy Harris1-2/+2
svn path=/trunk/; revision=21901
2007-05-22Put back some casts, and don't use rint() on Windows, in the hopes ofGuy Harris1-2/+11
clearing up at least some buildbot errors on Windows. svn path=/trunk/; revision=21900
2007-05-22Don't set the focus on the display filter entry when we're passed aGerald Combs1-8/+11
contorl- or alt-modified character. Fixes bug 1610. Fixup whitespace. svn path=/trunk/; revision=21898
2007-05-22From Irene Ruengeler: Fix TSN handling in graphs.Michael Tüxen6-276/+206
svn path=/trunk/; revision=21894
2007-05-22Don't explicitly set the main window name unless you're changing theGuy Harris2-7/+32
state to "no packets", "file open", or "live capture in progress". Instead, to update the main window title when the user-specified prefix for the title changes: save the un-decorated title as a data value attached to the main window in set_main_window_name(); have a new routine to update the title, which fetches the un-decorated title, decorates it, and sets the title to the decorated value. This fixes bug 1608. svn path=/trunk/; revision=21876
2007-05-22Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog ↵Stephen Fisher1-5/+5
in SVN revision 21807). svn path=/trunk/; revision=21872
2007-05-22Have the follow code keep track of whether there's any data in the TCPGuy Harris1-1/+10
stream, and, if there isn't, pop up a dialog indicating that there isn't any data in the stream. This fixes bug 1604. svn path=/trunk/; revision=21870
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-7/+7
WIRESHARK_RUN_FROM_BUILD_DIRECTORY is set and, if so and we weren't run with special privileges, set the running_in_build_directory_flag. Have it do the same if it finds ".libs" in the pathname of the program and we weren't run with special privileges, as that means it was probably run from the libtool wrapper script and presumably thus isn't an installed binary. This means that get_credential_info() has to be called before init_progfile_dir(). Clean up some indentation. svn path=/trunk/; revision=21866
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sGuy Harris1-5/+10
early on, and use the converted versions. #if 0 out the error dialog for CANT_GET_AIRPCAP_INTERFACE_LIST, rather than commenting it out - it's a bit easier to un-out the code, and you don't have to worry about whether there's a comment in the stuff being xxx-outed. svn path=/trunk/; revision=21838
2007-05-19Get the build going.Jaap Keuter1-4/+5
svn path=/trunk/; revision=21833
2007-05-18From Dustin Johnson:Gerald Combs9-513/+632
- Update the wireless/AirPcap GUI code to support 802.11n as well as some related upcoming code changes. - Remove airpcap.h from the repository, since it exists in the AirPcap devpack (and will be superseded Real Soon Now). - Show the individual channel flag bits in radiotap. Fix the 802.11n MCS set display. This is a partial checkin, so hopefully nothing is broken. svn path=/trunk/; revision=21831
2007-05-17When saving an RTP stream, don't insert silence if our packet has aGerald Combs1-142/+143
wrong timestamp. Place a cap on the amount of silence that we do insert. This should fix bug 1580. Update the release notes. svn path=/trunk/; revision=21818
2007-05-17Queue a redraw event in packet_list_clear(). This seems to fix theGerald Combs1-0/+1
incorrect redraw behavior when the packet list length is less than the widget height. svn path=/trunk/; revision=21816
2007-05-17Decrease the refresh time to 100ms. This seems to make the splashGerald Combs1-1/+1
screen updates a little more smooth without affecting the startup time for remote sessions. svn path=/trunk/; revision=21815
2007-05-16Fix bug #1548: call of "Protocol Preferences" results in GTK error msgStephen Fisher1-5/+7
at the command line svn path=/trunk/; revision=21808
2007-05-16Fix bug #1600: Merge feature from File menu does'nt do what it shouldStephen Fisher1-4/+4
(append vs prepend) svn path=/trunk/; revision=21807
2007-05-16dont use g_time_add_val() since it is not available in gtk1Ronnie Sahlberg1-1/+5
svn path=/trunk/; revision=21798
2007-05-15Instead of updating the splash screen every time we load or hand offGerald Combs1-4/+18
a dissector, update it every 250 ms. This drastically reduces the startup time on remote displays (for me, at least). svn path=/trunk/; revision=21796
2007-05-14missing includesTomas Kukosa2-0/+2
svn path=/trunk/; revision=21765
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman4-0/+4
svn path=/trunk/; revision=21753
2007-05-10On slow displays (such as RDP sessions), it looks like the "update"Gerald Combs1-2/+12
callback routines might get called before we're ready for them. Add checks to handle this. Fixup whitespace. svn path=/trunk/; revision=21744
2007-05-07Missing string.h for strncmp.Graeme Lunt1-0/+1
svn path=/trunk/; revision=21718
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt3-14/+135
The splash screen shows a progress bar and a percentage complete - like the progress dialog. As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown. The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used. svn path=/trunk/; revision=21716
2007-05-05add -P command line option helpUlf Lamping1-0/+2
svn path=/trunk/; revision=21693
2007-05-04Spare the filter compilation and filter list handling on clear display filter.Jaap Keuter1-5/+5
svn path=/trunk/; revision=21681
2007-05-04From Steven Schaeffer:Jaap Keuter2-4/+15
Fix for bug 310. Use the frame number to store history i.s.o. row number. svn path=/trunk/; revision=21680
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa1-6/+7
svn path=/trunk/; revision=21676
2007-05-02Immediately quit routines if fwrite() fails - further writes willGuy Harris2-24/+62
probably fail (as you're probably out of disk space or over quota), and, even if they don't, the file's going to be corrupt in any case. (Hopefully that's sufficient to avoid warnings that we're ignoring the result of fwrite().) For fread(), check for errors or short reads, at least in all cases where we have a provision for failing if the read fails. svn path=/trunk/; revision=21649
2007-05-02some more : try to make read/write not break the build if the return value ↵Ronnie Sahlberg1-10/+10
is not used svn path=/trunk/; revision=21641
2007-05-02do something with the return value from eth_write (which is a define for ↵Ronnie Sahlberg1-14/+15
fwrite)so that -Werror does not cause the build to fail -This line, and those below, will be ignored-- M gtk/rtp_analysis.c svn path=/trunk/; revision=21639
2007-05-02fix some more warnings that the result from fread/fwrite is discarded by ↵Ronnie Sahlberg3-14/+17
assigning the return value to a variable svn path=/trunk/; revision=21638
2007-05-02store the result of fread in a variable to make -Werror happyRonnie Sahlberg1-1/+2
svn path=/trunk/; revision=21637
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris1-2/+2
to a mtp3_addr_pc_t; declare them as such, and pass the argument as such. svn path=/trunk/; revision=21595
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
svn path=/trunk/; revision=21592
2007-04-26See previous comment.Guy Harris1-1/+1
svn path=/trunk/; revision=21587
2007-04-26Umm, that's *not* how you compare addresses for equality....Guy Harris1-27/+4
svn path=/trunk/; revision=21586
2007-04-26Copy up to 4 bytes from the source address, rather than just copying theGuy Harris1-1/+7
first byte; if the goal is to have the address not be fake for IPv4, that's the way to do it. svn path=/trunk/; revision=21585
2007-04-24add an explicit cast of the callback function in the gtk1 ↵Ronnie Sahlberg1-1/+1
SIGNAL_DISCONNECT_BY_FUNC() svn path=/trunk/; revision=21553
2007-04-24Damn qqq-bird. ;)Jaap Keuter1-1/+0
svn path=/trunk/; revision=21551
2007-04-24oncly include capture_details_24.xpm IFF we have pcap and if we have gtk>=2 ↵Ronnie Sahlberg1-0/+3
to supress a warning if compiling for gtk 1 svn path=/trunk/; revision=21550
2007-04-24if we compile for gtk1 'text' is no longer referenced in the ↵Ronnie Sahlberg1-1/+1
simple_dialog_check_set() function and a warning arises mark the text argument as _U_ to suppress the warning svn path=/trunk/; revision=21549
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris3-6/+6
--enable-extra-gcc-checks set. If we turn on -pedantic, try turning on -Wno-long-long as well, so that it's not *so* pedantic that it rejects the 64-bit integral data types that we explicitly require. Constify a bunch of stuff, and make some other changes, to get rid of warnings. Clean up some indentation. svn path=/trunk/; revision=21526
2007-04-23Restore the casts from svn 21080 (presumably) inadvertantly removed in svn ↵Bill Meier1-10/+10
21495. so windows build doesn't get warnings. svn path=/trunk/; revision=21517
2007-04-22Another fix to allow gtk1 to compile w/o warnings....Bill Meier1-1/+2
svn path=/trunk/; revision=21512