aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-01-03Add packet-mrcpv2.c to CMakeLists.txtPascal Quantin1-0/+1
svn path=/trunk/; revision=46923
2013-01-03From Zeljko Ancimer:Jaap Keuter2-0/+1543
New dissector for Media Resource Control Protocol Version 2 (MRCPv2). svn path=/trunk/; revision=46922
2013-01-03Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-121/+132
Add an XXX comment as to an apparent limit on the number of characters in a tooltip (at least in one case). Do some minor whitespace and long-lines cleanup. svn path=/trunk/; revision=46921
2013-01-03Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-107/+107
Fix a minor difference in window handling between Gtk2 & Gtk3: Use gtk_box_pack_start() instead of gtk_container_add() in one case. Also; Do some whitespace and formatting style cleanup. svn path=/trunk/; revision=46920
2013-01-03USBHUB: Add useful details to INFO column, bug 8161 ↵Michael Mann1-11/+37
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8161) From Steve Magnani svn path=/trunk/; revision=46919
2013-01-03Use ws_gtk_grid...() instead of gtk_table...();Bill Meier1-46/+46
Set the default window size to show the complete window; Fix a minor difference in window handling between Gtk2 & Gtk3: Use gtk_box_pack_start() instead of gtk_container_add() in one case. Also; misc minor cleanup. svn path=/trunk/; revision=46918
2013-01-03Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier1-18/+18
svn path=/trunk/; revision=46917
2013-01-03Don't use -Wlogical-op if it causes gcc to generate warnings about logicalJeff Morriss1-1/+25
operations always evaluating to the same value in (the expansion of) strchr(). See: https://www.wireshark.org/lists/wireshark-dev/201212/msg00136.html svn path=/trunk/; revision=46916
2013-01-03Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-14/+14
Also: Fix a minor difference in window handling between Gtk2 & Gtk3: Use gtk_box_pack_start() instead of gtk_container_add(0 in one case. svn path=/trunk/; revision=46915
2013-01-03Replace use of gtk_table...() by ws_gtk_grid...().Bill Meier1-9/+9
Untested (since I don't know Lua) (but should be Ok). svn path=/trunk/; revision=46914
2013-01-03From Steve Magnani via ↵Alexis La Goutte1-2/+124
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8157 USBHUB: Add dissection of GetPortStatus responses Most USBHUB responses are not dissected. Add support for GetPortStatus. svn path=/trunk/; revision=46913
2013-01-03From Chris Maynard Wireshark crashes when attempting to obtain help from ↵Anders Broman1-2/+1
various dialogs svn path=/trunk/; revision=46912
2013-01-03Cleanup error handling when processing preamble.Michael Tüxen1-16/+11
svn path=/trunk/; revision=46911
2013-01-03Don't try to process timestamp without the format beingMichael Tüxen1-0/+5
specified. svn path=/trunk/; revision=46910
2013-01-03Move the font preferences to the colors pane and change its name toGerald Combs8-206/+247
"Font and Colors". Use a GtkFontButton to select the font and update the sample text accordingly. Instead of attempting to resize the sample color text (which didn't appear to work) scroll to the text that matches the current combo box selection. svn path=/trunk/; revision=46909
2013-01-02Use ws_gtk_grid...() in place of gtk_table...();Bill Meier1-29/+30
Also: Fix a minor difference in window handling between Gtk2 & Gtk3: Use gtk_box_pack_start() instead of gtk_container_add(0 in one case. svn path=/trunk/; revision=46908
2013-01-02Remove unused file handle that appears to have been left over byEvan Huus1-4/+0
accident after a refactor. svn path=/trunk/; revision=46907
2013-01-02Fix a minor window handling difference between GTK2 & GTK3:Bill Meier1-203/+204
Use gtk_box_pack_start() instead of gtk_container_add() in several places. svn path=/trunk/; revision=46906
2013-01-02Update TODO list - the first two items are done, and with stuff added toGuy Harris1-65/+75
support pcap-NG we might have a better way of doing the third item (more stuff is needed, but that stuff belongs there for pcap-NG, too). When parsing hex dump lines, skip leading white space, and skip lines that have nothing but white space, rather than guessing where the hex dump information ends based on the line length. Parse the hex bytes manually. svn path=/trunk/; revision=46905
2013-01-02Fix a GTK3 issue:Bill Meier1-1/+1
Use gtk_box_pack_start() instead of gtk_container_add(). svn path=/trunk/; revision=46904
2013-01-02Fix some GTK3 issues:Bill Meier1-504/+572
Use gtk_box_pack_start() instead of gtk_container_add() in several places. Also: Remove several no-effect calls to gtk_box_set_child_packing(); Use consistent whitespace & formatting style; Fix some long lines. svn path=/trunk/; revision=46903
2013-01-02Fix UI library dependency checking.Gerald Combs2-7/+10
svn path=/trunk/; revision=46902
2013-01-02Fix indentation.Michael Tüxen1-4/+4
svn path=/trunk/; revision=46901
2013-01-02Also print number of bytes written.Michael Tüxen1-2/+3
svn path=/trunk/; revision=46900
2013-01-02Make -Wstrict-prototypes C-only.Gerald Combs1-1/+1
svn path=/trunk/; revision=46899
2013-01-02Whitespace changes. Use 8-space indents consistently.Michael Tüxen1-96/+96
svn path=/trunk/; revision=46898
2013-01-02Fix bug introduced by myself inMichael Tüxen1-1/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46592 svn path=/trunk/; revision=46897
2013-01-02Fix bug introduced in Michael Tüxen1-1/+1
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46891 svn path=/trunk/; revision=46896
2013-01-02bitmask patch for MIH dissector that makes 64-bit bitmasks only use 32-bits ↵Michael Mann1-137/+145
since proto_tree_add_bitmask only supports 32 bits and there are no definitions in the MIH standard that require more than 32 bits. This addresses part of bug 8155 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8155) ** ERROR:proto.c:7240:proto_item_add_bitmask_tree: code should not be reached svn path=/trunk/; revision=46895
2013-01-02Use consistent indentation.Michael Tüxen1-18/+18
svn path=/trunk/; revision=46894
2013-01-02Cast size_t to something the Visual C++ CRT will accept.Gerald Combs1-13/+13
svn path=/trunk/; revision=46893
2013-01-02Try to force configure to pick up CXXLINK.Gerald Combs1-1/+3
svn path=/trunk/; revision=46892
2013-01-02Allow pcap/pcapng format to be written to more than just a file (FILE*). ↵Michael Mann4-150/+233
Gives more flexibility if needed. WRITE_DATA macro replaced and applied consistently throughout pcapio.c svn path=/trunk/; revision=46891
2013-01-02Try a simpler and hopefully more reliable method of linking.Gerald Combs1-14/+4
svn path=/trunk/; revision=46890
2013-01-02Fix "file.h:56:21: warning: comma at end of enumerator list".Gerald Combs1-1/+1
svn path=/trunk/; revision=46889
2013-01-02Make sure we don't try to distribute nonexistent files.Gerald Combs1-1/+5
svn path=/trunk/; revision=46888
2013-01-01Play Three-card^WTwo-link-target Monte with Autotools.Gerald Combs2-8/+18
svn path=/trunk/; revision=46887
2013-01-01Use scrolled-windows to enclose "custom" prefs pages (User Interface, ↵Bill Meier1-2/+11
Layout, etc) in the same manner as to "protocol prefs" pages. This ensures that the bottom row buttons won't disappear off the bottom of the prefs window if one (or more) of the custom prefs pages is too large to fit vertically within the available screen space. In Wireshark 1.8, more items were added to the "User Interface" prefs page thus leading to an increased possibility of this issue occurring. I believe this fixes Bug #8078. #Backport Wireshark 1.8 svn path=/trunk/; revision=46885
2013-01-01Welcome in 2013Pascal Quantin1-1/+1
svn path=/trunk/; revision=46882
2013-01-01Add detection of Windows 8 and Windows Server 2012Pascal Quantin1-0/+3
svn path=/trunk/; revision=46881
2012-12-31Automake's "dummy.cpp" trick is all-or-nothing. Instead of forcingGerald Combs1-1/+5
everyone to use a c++ compiler conditionally link with -lstdc++ and hope for the best. svn path=/trunk/; revision=46879
2012-12-31If we're linking with Qt pass a hint to automake that it needs to use c++Gerald Combs2-1/+9
linking. svn path=/trunk/; revision=46878
2012-12-31Add heuristic for USB MassStorage dissector to be dissected by USB. Bug ↵Michael Mann1-0/+19
8131 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8131) svn path=/trunk/; revision=46877
2012-12-31Make sure moc can find config.h.Gerald Combs1-1/+1
svn path=/trunk/; revision=46876
2012-12-31It might help for the Qt version of Wireshark to link against the QtGerald Combs3-31/+37
libraries and to have a main() function. Replace some manual Makefile rules with an implicit rule. svn path=/trunk/; revision=46875
2012-12-31Update Makefile to add packet_comment_dialog filesAlexis La Goutte2-0/+3
svn path=/trunk/; revision=46874
2012-12-31Add new images to Makefile.amAlexis La Goutte1-0/+3
svn path=/trunk/; revision=46873
2012-12-31TS Files is also XML FilesAlexis La Goutte1-1/+1
svn path=/trunk/; revision=46872
2012-12-31From Florian Fainelli via ↵Pascal Quantin1-310/+322
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8148 : Fix dissection of HomePlug AV 1.1 frames with fragmentation information From me: indentation fixes svn path=/trunk/; revision=46871
2012-12-31Add reordercap and text2pcap -D option to User GuidePascal Quantin1-8/+31
svn path=/trunk/; revision=46870