aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte5-10/+10
svn path=/trunk/; revision=43091
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
(Manual Fix, not found how to fix the generator...) svn path=/trunk/; revision=43090
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-19/+21
svn path=/trunk/; revision=43089
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+59
svn path=/trunk/; revision=43088
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-16/+2
svn path=/trunk/; revision=43087
2012-06-04From Clement Marrast via ↵Alexis La Goutte3-0/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7260 New dissector for WSE Remote Ethernet protocol From me : * Fix Compilation under linux * Use proto_tree_add_item* * Make build-in dissector * Include Status.* and Codef.* in dissector * Reorder function (to respect Wireshark Codelines) * Add Modelines Info and fix indent (use 4 spaces) * Fix check* tools * Add Clement to AUTHORS svn path=/trunk/; revision=43086
2012-06-04gtk3 libs for win are now available.Jörg Mayer1-6/+2
svn path=/trunk/; revision=43085
2012-06-04C++ -> C-style commentsPascal Quantin1-2/+2
svn path=/trunk/; revision=43084
2012-06-04Make it possible to build with GTK3 on WindowsAnders Broman3-11/+61
svn path=/trunk/; revision=43083
2012-06-04Add entries for Gluster.Gerald Combs1-0/+8
svn path=/trunk/; revision=43082
2012-06-04Use the modal version of the bad display filter alert box in the I/OGuy Harris8-36/+10
statistics window. Get rid of the non-modal version (it's not being used any more), and remove the now-redundant _modal from the modal version. svn path=/trunk/; revision=43081
2012-06-04Use the modal bad display filter alert dialog.Guy Harris1-1/+1
svn path=/trunk/; revision=43080
2012-06-04Clean up indentation.Guy Harris1-3/+3
svn path=/trunk/; revision=43079
2012-06-04Use the modal version of the bad display filter alert box.Guy Harris1-2/+2
svn path=/trunk/; revision=43078
2012-06-04And do the same with the color filter import and export dialogs (whichGuy Harris3-162/+118
really don't belong here - they have nothing to do with capture files). Absorb the test for the target file's existence into file_target_exist_ui(). svn path=/trunk/; revision=43077
2012-06-04And do the same with the merge dialog.Guy Harris1-166/+123
svn path=/trunk/; revision=43076
2012-06-04Clean up indentation.Guy Harris1-3/+3
svn path=/trunk/; revision=43075
2012-06-04Do with the open dialog what we've done with the save and "exportGuy Harris3-140/+135
selected packets" dialog. svn path=/trunk/; revision=43074
2012-06-04There doesn't appear to be a way to convey the message "This library isGerald Combs2-2/+2
under development. Maybe you should use a stable version." via the version number. Use the next best thing and set each number to zero. svn path=/trunk/; revision=43073
2012-06-04file_target_exist_ui() is used only on UN*Xes; on Win32, we'd use theGuy Harris2-0/+4
Windows file dialog, which has its own built-in version of the "do you want to overwrite that file?" dialog, and Notepad and WordPad, at least, just appear to error out if you try to overwrite a file with the read-only flag set, rather than asking whether you want to override that. svn path=/trunk/; revision=43072
2012-06-04Update GTK 3.0 package IdAnders Broman1-2/+2
svn path=/trunk/; revision=43071
2012-06-04There's no sense in making everyone check out a large, old list ofGerald Combs1-11142/+0
changes. svn path=/trunk/; revision=43070
2012-06-04display filter: restore comparision of fields.Jakub Zawadzki2-2/+3
like: udp.srcport == udp.dstport frame.cap_len != frame.len (probably you can use it for better ones) part of bug #7263 svn path=/trunk/; revision=43069
2012-06-04packet-gadu-gadu: set COL_INFO in undissected/unknown packet types.Jakub Zawadzki1-1/+23
svn path=/trunk/; revision=43068
2012-06-04Try to make the buildbot happy.Anders Broman1-1/+1
svn path=/trunk/; revision=43067
2012-06-04Get rid of a couple of warnings.Anders Broman10-32/+32
svn path=/trunk/; revision=43066
2012-06-04Get rid of a couple of warnings.Anders Broman3-73/+73
svn path=/trunk/; revision=43065
2012-06-04Get rid of a couple of warnings.Anders Broman3-21/+22
svn path=/trunk/; revision=43064
2012-06-04Get rid of a couple of warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=43063
2012-06-04Revert previous change as it did not compile.Anders Broman1-1/+1
svn path=/trunk/; revision=43062
2012-06-04Try to get rid of a couple of warnings.Anders Broman1-1/+1
svn path=/trunk/; revision=43061
2012-06-04Make the "Export Selected Packets As..." code path more like the "SaveGuy Harris8-398/+292
As..." code path. Extract the code for the "do you want to overwrite this file" and "OK, you do - are you aware it's {user-immutable, read-only}?" code paths into a common routine for use by both of those and, potentially, other save/export/etc. code paths in the future. For "Save As", allow us to save atop the current capture file, as that's just what "Save" does if there are unsaved changes, and "safe save" makes that work. *Don't* allow that for "Export Selected Packets As...", however. The file chooser is run as a modal dialog, so we don't need to worry about creating more than one of them or about the number of marked packets etc. being changed out from under us. Get rid of a bunch of static variables. svn path=/trunk/; revision=43060
2012-06-04Fix 'lvalue required as left operand of assignment' error when compiling ↵Pascal Quantin2-2/+2
with gcc 4.3.2 svn path=/trunk/; revision=43059
2012-06-04Try to get rid of a couple of warnings.Anders Broman2-4/+4
svn path=/trunk/; revision=43058
2012-06-04Get rid of a couple of warnings.Anders Broman6-623/+623
svn path=/trunk/; revision=43057
2012-06-04Clean up indentation.Guy Harris1-31/+30
svn path=/trunk/; revision=43056
2012-06-04From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7325 :Pascal Quantin3-0/+563
Add support for the Gluster CLI RPC-protocol svn path=/trunk/; revision=43055
2012-06-04Remove a few of "if (tree)" checks surrounding expert_add_info_format().Chris Maynard1-4/+3
svn path=/trunk/; revision=43054
2012-06-04Add some more routines to main.c that handle updates to "auto scroll inGuy Harris11-55/+107
live capture" and colorization, so that the ones in main_menubar.c don't have to know about anything other than the main menubar. Move some toolbar routines that should only be used by routines in main.c into a main_toolbar_private.h header. svn path=/trunk/; revision=43053
2012-06-04We need main.h for main_update_for_unsaved_changes(), regardless ofGuy Harris1-2/+1
whether we have pcap or not. svn path=/trunk/; revision=43052
2012-06-04Have a main_update_for_unsaved_changes() routine that, if changes areGuy Harris13-28/+69
made to the capture file (adding/removing/editing comments, for now) or if a capture file with unsaved changes are unsaved, updates the menu bar, the toolbar, *and* the titlebar, which now has a GNOME-style "*" to indicate unsaved changes. Make set_menus_for_capture_file() a private interface between main.c and main_menubar.c, and have its callers, such as main_update_for_unsaved_changes(), be responsible for updating the toolbar as well. svn path=/trunk/; revision=43051
2012-06-04From René Scheibe:Bill Meier1-2/+1
" I just noticed when upgrading from 1.2.15 to 1.6.8 that the file dictionary.3gpp now contains an invalid entry. There is a typo (3GGP instead of 3GPP) and the decoding is incorrect too. wireshark: ATTRIBUTE 3GGP-IMEISV 20 octets freeradius: ATTRIBUTE 3GPP-IMEISV 20 string " http://www.wireshark.org/lists/wireshark-dev/201206/msg00021.html svn path=/trunk/; revision=43050
2012-06-03set_file_type_list() uses two items from the capture_file structure;Guy Harris1-6/+6
just pass it a pointer to a capture_file structure and have it use them as it chooses. svn path=/trunk/; revision=43049
2012-06-03As we might use cf->lnk_t while a capture is in progress, we need upGuy Harris1-4/+6
update it after each burst of packets. (This is broken - we should have cf->lnk_t be WTAP_ENCAP_PER_PACKET in all capture file formats that can handle more than one packet type, and, in order to support writing out *some* such files in formats that can only handle one packet type, just use the type of the first packet when doing a one-pass operation and gather up all the packet types in a multi-pass operation.) svn path=/trunk/; revision=43048
2012-06-03g_filename_display_basename() returns a g_mallocated string, so itsGuy Harris38-115/+187
callers either need to free it or their callers need to free it or.... This means that cf_get_display_name() must always return a g_mallocated string and its callers or... must free it. For some of those callers, create a new set_window_title() routine to do the work - they're all using the same pattern. svn path=/trunk/; revision=43047
2012-06-03Fix warningsAnders Broman3-7/+7
svn path=/trunk/; revision=43046
2012-06-03When allowing the user to save a capture file before closing it, if it'sGuy Harris3-27/+93
a live capture: have the dialog note that what's being saved are captured packets; have the dialog note that the capture will be stopped if you close/quit; actually stop the capture before saving the file or closing it. This should fix bug 7318 (it appears to do so in my tests). svn path=/trunk/; revision=43045
2012-06-03Use g_filename_display_basename() rather than get_basename() when we'reGuy Harris3-5/+5
getting the basename for display purposes, so it's converted from the GLib/GTK+ locale filename encoding to UTF-8. (For Windows, the locale filename encoding is UTF-8, and the internal encoding is UTF-16, so the file names should *probably* all be valid UTF-8 - Windows may not support invalid UTF-16 in file names. For Qt, I'm not sure whether the file dialogs ever return file names in some non-UTF-8 encoding.) svn path=/trunk/; revision=43044
2012-06-03Update a comment.Guy Harris1-2/+3
svn path=/trunk/; revision=43043
2012-06-03Move the declaration of main_set_window_name() frm ui/ui_util.h toGuy Harris2-2/+3
ui/gtk/main_titlebar.h. svn path=/trunk/; revision=43042