aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8745 :Pascal Quantin3-29/+67
Upgrade AP-title ASN.1 description svn path=/trunk/; revision=49684
2013-06-01Make Earthquake and Tsunami Warning Sytem indications stand out aMartin Mathieson2-0/+7
bit more. svn path=/trunk/; revision=49683
2013-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8744 :Pascal Quantin2-13/+14
Display C12.22 Invocation Id as unsigned integer svn path=/trunk/; revision=49682
2013-06-01More constification.Guy Harris1-2/+2
svn path=/trunk/; revision=49681
2013-06-01More constification.Guy Harris1-5/+5
svn path=/trunk/; revision=49680
2013-06-01More constification.Guy Harris1-4/+4
svn path=/trunk/; revision=49678
2013-06-01Change a forward-slash to a back-slash as the path separator..Chris Maynard1-1/+1
svn path=/trunk/; revision=49677
2013-06-01Check on fh_tree is already done within add_ethernet_trailer()Sake Blok1-5/+3
svn path=/trunk/; revision=49676
2013-06-01Add ethernet protocol preference to manually set the trailer length.Sake Blok1-8/+41
(some TAPs can slice packets and then add a custom trailer) svn path=/trunk/; revision=49675
2013-06-01More constification.Guy Harris1-5/+5
svn path=/trunk/; revision=49674
2013-06-01When allocating the frame table for a NetMon file, use g_try_malloc(),Guy Harris2-1/+48
and fail with ENOMEM if that fails (and the frame table is not empty - g_try_malloc() will return NULL if you ask it to allocate zero bytes). Have an error message for ENOMEM on an open that attempts to tell the user what the problem is without making their head explode. svn path=/trunk/; revision=49673
2013-06-01Note which *particular* IDL this is. (Actually, is that the OSF's DCEGuy Harris1-5/+5
RPC IDL, Microsoft's DCE RPC IDL, or Samba's DCE RPC IDL?) Constify some stuff to squelch warnings. svn path=/trunk/; revision=49672
2013-06-01Move the record header processing code into a common routine, and readGuy Harris1-101/+123
that header in both the read and seek-read routines. svn path=/trunk/; revision=49671
2013-06-01Update various warning-option lists to match what the configure scriptGuy Harris1-19/+14
adds by default. svn path=/trunk/; revision=49670
2013-06-01Implement PARAM_UINT as a spin button with a range of 0 to G_MAXUINT.Guy Harris1-1/+19
svn path=/trunk/; revision=49669
2013-06-01Move -Wlogical-op to list of standard compiler flags for c-only.Jörg Mayer1-1/+1
svn path=/trunk/; revision=49668
2013-06-01Fix buildbot:Jörg Mayer1-12/+12
cc1: warnings being treated as errors packet-wccp.c: In function 'wccp_fmt_ipadddress': packet-wccp.c:555: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here packet-wccp.c: In function 'dissect_wccp2_alternate_mask_value_set_element': packet-wccp.c:2570: warning: declaration of 'index' shadows a global declaration /usr/include/string.h:125: warning: shadowed declaration is here make[5]: *** [libdissectors_la-packet-wccp.lo] Error 1 make[5]: *** Waiting for unfinished jobs.... svn path=/trunk/; revision=49667
2013-05-31Peter Van Eynde <pevaneyn@cisco.com>Jörg Mayer1-1320/+3090
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8635 This is an enhanced WCCP decoder handling the new draft 2.01 standard from http://tools.ietf.org/html/draft-mclaggan-wccp-v2rev1 svn path=/trunk/; revision=49666
2013-05-31Try to port glbp dissector to new expert info infrastructure.Jörg Mayer1-4/+36
Compile tested only. svn path=/trunk/; revision=49665
2013-05-31Neither gtk_mac_lte_stat_init() nor gtk_rlc_lte_stat_init() are referredGuy Harris3-4/+2
to outside the files that define them; make them static. svn path=/trunk/; revision=49664
2013-05-31The SIP and WSP statistics taps register themselves; get rid of theirGuy Harris4-19/+0
hardcoded menu items. svn path=/trunk/; revision=49663
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_SCTP, make the SCTP chunk counterGuy Harris6-20/+5
register itself in that group, and get rid of its hardcoded menu item. Also, as the H.225 counter is registering itself, get rid of its hardcoded menu item. svn path=/trunk/; revision=49662
2013-05-31Fix the name resolution tests so that they run on Windows. Enable themGerald Combs2-10/+2
by default. Remove some unused code. svn path=/trunk/; revision=49661
2013-05-31The BOOTP/DHCP statistics tap registers itself; get rid of the explicitGuy Harris3-11/+0
menu item for it. svn path=/trunk/; revision=49660
2013-05-31Consistently use "/Statistics", rather than "/StatisticsMenu", in actionGuy Harris1-55/+55
names, to avoid confusion. (Action names are not, in fact, paths; we're just using path syntax for them as a convention.) svn path=/trunk/; revision=49659
2013-05-31Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, andGuy Harris6-21/+6
use it o register the MAC and RLC statistics dialogues. Get rid of the explicit menu items for them, as they now show up in the menu as a result of the tap registering itself. svn path=/trunk/; revision=49658
2013-05-31nameres.hosts_file_handling shouldn't affect loading the profile "hosts"Gerald Combs7-7/+229
file. That should be loaded no matter what if we have name resolution enabled. Add a name resolution test suite. Currently disabled until I can test it on Windows. svn path=/trunk/; revision=49657
2013-05-31Don't call gtk_widget_unregister_window() in bytes_view_unrealize() after ↵Balint Reczey1-3/+1
GTK+ 3.8.0 to prevent double invocation causing crash. This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8604 . The patch is from Jakub Zawadzki. svn path=/trunk/; revision=49655
2013-05-31Add UDT dissector. Bug 8741 ↵Michael Mann4-0/+461
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8741) From Chas Williams svn path=/trunk/; revision=49654
2013-05-31Report the operation number in all places where we note that we don'tGuy Harris1-8/+16
know about a given operation number. svn path=/trunk/; revision=49653
2013-05-31Fix the integer overflow case Jakub caught inEvan Huus1-5/+15
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290#c26 Also use indentation consistent with the rest of the file. svn path=/trunk/; revision=49652
2013-05-31Check USB CCID length to see if subdissectors should be called instead of ↵Michael Mann1-107/+80
doing it blindly (which could lead to malformed packets). Bug 8735 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8735) Also minor cleanup of column info. svn path=/trunk/; revision=49651
2013-05-31Use #ifdefs in the XML to include or exclude the packet-editor andGuy Harris1-72/+60
capture menu items, rather than hiding them at run time. For the capture menu items, translate the GtkAction callback calling sequence to the normal widget callback calling sequence with individual routines for each action, rather than a generic translator. svn path=/trunk/; revision=49649
2013-05-31Don't intentionally use -1 as an hfindex: while only naughty before, with theJeff Morriss2-4/+8
changes from r49644 you'll get complaints about the hf being unregistered... Note that this code also intentionally passes -1 as an ett_index. It doesn't currently complain so I'm leaving it alone for now... svn path=/trunk/; revision=49648
2013-05-31IOSTAT: plot LOAD y-axis in number of I/O not number of I/O times 1000Ronnie Sahlberg1-0/+10
svn path=/trunk/; revision=49647
2013-05-31Oh yeah, -R is now -Y in trunk.Jeff Morriss2-2/+2
svn path=/trunk/; revision=49646
2013-05-31Get rid of most of the if(tree) checks: the proto_tree_add_*() functionsJeff Morriss1-72/+49
don't need them any more and, as shown in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290#c16 we really want to check if we're looking at something beyond the end of the TVB (in order to break out of very long loops). svn path=/trunk/; revision=49645
2013-05-31(Finally!) check in part of Didier's patch to fixJeff Morriss1-3/+28
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3290 (TRY_TO_FAKE_THIS_ITEM disables bounds errors): Before calling TRY_TO_FAKE_THIS_ITEM() check if the length given (or, in the case of FT_UINT_{STRING,BYTES}, the length we retrieve from the TVB) exceeds what's left in the TVB. Do this only for proto_tree_add_item() for now (it's the most commonly used and thus the biggest trouble maker in this area). Similar changes for other APIs will come later (if nothing blows up). Despite the fuzz failures this bug has caused I'm not sure about back-porting it... svn path=/trunk/; revision=49644
2013-05-31As discussed in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8728#c4 :Jeff Morriss2-0/+18
Running tshark with a read filter ("-R") and without building the full tree ("-V") causes it to run into some more bugs (usually loops adding more than 100000 items to the tree). Add some (commented out for now) code to do this... svn path=/trunk/; revision=49643
2013-05-30Put back some conversation list and endpoint list statistics presumablyGuy Harris1-0/+3
lost in the conversion to GTKUiManager. svn path=/trunk/; revision=49642
2013-05-30Add a stat group REGISTER_STAT_GROUP_TELEPHONY_GSM for the Telephony/GSMGuy Harris5-10/+5
statistics menu. Have the CAMEL counter register itself in that menu, rather than having main_menubar.c create the menu item for it. svn path=/trunk/; revision=49641
2013-05-30Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs5-3/+50
svn path=/trunk/; revision=49640
2013-05-30Install fop and asciidoc tooJeff Morriss1-1/+1
svn path=/trunk/; revision=49639
2013-05-30Oops: revert 49636. We tell a2x to use fop to generate the PDFs.Jeff Morriss1-0/+4
svn path=/trunk/; revision=49638
2013-05-30Add SEL RTAC to list of new protocols.Jeff Morriss1-0/+1
svn path=/trunk/; revision=49637
2013-05-30Which release notes targets we can build no longer depends on whether we ↵Jeff Morriss1-4/+0
HAVE_FOP. svn path=/trunk/; revision=49636
2013-05-30From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8644 :Pascal Quantin8-11/+381
SEL RTAC (Real Time Automation Controller) EIA-232 Serial-Line Dissection svn path=/trunk/; revision=49635
2013-05-30Upgrade user manualPascal Quantin3-3/+3
svn path=/trunk/; revision=49634
2013-05-30Use gtk_widget_register_window() and gtk_widget_unregister_window()Balint Reczey1-0/+8
instead of deprecated gdk_window_set_user_data() for GTK+ 3 >= 3.8 svn path=/trunk/; revision=49633
2013-05-30Get rid of C++/C99-style comments.Jeff Morriss1-14/+12
svn path=/trunk/; revision=49632