aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-19Add a new environment variable (WIRESHARK_ABORT_ON_OUT_OF_MEMORY) thatJeff Morriss5-11/+41
prevents OutOfMemory exceptions from being thrown. This makes it easier to debug such conditions. Set this variable in test-fuzzed-cap.sh but not in fuzz-test.sh; it's nice to see the friendly out-of-memory error message in the bug reports the latter script generates. svn path=/trunk/; revision=41656
2012-03-19Until someone creates a .vcproj file for QT, don't try to distribute it.Jeff Morriss1-2/+3
svn path=/trunk/; revision=41655
2012-03-19Set eol-style to native (just to make these files readable on *NIX).Jeff Morriss12-3131/+3131
svn path=/trunk/; revision=41654
2012-03-19Add ui/qt/doxygen.cfg.in (copied from ui/gtk, replacing gtk strings with ↵Jeff Morriss2-0/+69
qt). The doxygen stuff doesn't work, but at least we'll be able to build the source tarball. svn path=/trunk/; revision=41653
2012-03-19Fix path to doxygen_global.cfgJeff Morriss1-28/+28
svn path=/trunk/; revision=41652
2012-03-18From Harald Welte: patch adding the missing hf[] entries ...Bill Meier2-0/+17
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6355#c11 svn path=/trunk/; revision=41651
2012-03-18Remove ui/qt/main.cpp from the list of source files for Wireshark, forGuy Harris1-1/+0
now. svn path=/trunk/; revision=41650
2012-03-18Take the source files out of uiqt_DATA.Guy Harris1-40/+1
svn path=/trunk/; revision=41649
2012-03-18Add in the Makefile_custom.common file.Guy Harris1-0/+13
svn path=/trunk/; revision=41648
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris5-48/+389
argument. svn path=/trunk/; revision=41647
2012-03-18Fix a checkAPIs error: Blurb matches field name.Bill Meier1-1/+1
svn path=/trunk/; revision=41646
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier33-37/+37
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6967 svn path=/trunk/; revision=41645
2012-03-18From Bill Schiller: New dissector for the HART/IP protocolBill Meier5-9/+1579
I'm contributing a new dissector for the HART/IP protocol. This protocol is specified by the HART Conformance Foundation (HCF). It is a standard protocol used in the process control industry. It essential wraps the multip-drop serial HART packets in TCP or UDP packets. The standard has been approved by the HCF and has been assigned UDP/TCP port 5094 by IANA. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6961 --This line, and those below, will be ignored-- M AUTHORS M epan/CMakeLists.txt M epan/dissectors/Makefile.common AM epan/dissectors/packet-hartip.c M ui/gtk/main_menubar.c svn path=/trunk/; revision=41644
2012-03-18[Automatic manuf, services and enterprise-numbers update for 2012-03-18]Gerald Combs3-21/+310
svn path=/trunk/; revision=41641
2012-03-18Use a value_string_ext to reference a value_string array;Bill Meier1-599/+590
Use consistent indentation; Reformat some lines. svn path=/trunk/; revision=41640
2012-03-18Fix the infinite-loop fuzz failure reported in ↵Jeff Morriss1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : Repeat r41359 in another location: Don't try to display tone entries if there are none (but there is length for them). Could/should be an expert_info. Also fix a typo: Nomber->Number. svn path=/trunk/; revision=41639
2012-03-18Fix one of the dissector assertions in ↵Jeff Morriss1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : Don't use a proto_item as the tree in proto_tree_add_text(). (There's code here to hang a subtree off the item but it's commented out.) svn path=/trunk/; revision=41638
2012-03-18Fix one of the dissector assertions in ↵Jeff Morriss1-9/+10
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6962 : tidlist is registered as a FT_UINT16 so don't add an array of 16-bit entities (tids) using it. Instead add each TID individually. svn path=/trunk/; revision=41637
2012-03-18Fix typo (wrong proto_item is used... when there is PAD1 Option)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=41636
2012-03-18From Francesco Fondelli via ↵Alexis La Goutte5-1/+281
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6966 MPLS-TP Protection State Coordination (PSC) Protocol, RFC 6378 svn path=/trunk/; revision=41635
2012-03-17From Steve Magnani via ↵Jeff Morriss2-6/+6
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6963 : Conversation address generation during processing of endpoint descriptors is not being done in a manner consistent with that of general USB packet dissection. I am not aware of any observable manifestation of this bug. svn path=/trunk/; revision=41634
2012-03-17Mark the computed-from-the-MCS-field data rate as generated, and make itGuy Harris1-6/+8
cover the entire MCS field, in the hopes of avoiding the need to ask questions such as http://ask.wireshark.org/questions/9461 svn path=/trunk/; revision=41633
2012-03-17Fix indentation.Guy Harris1-1/+1
svn path=/trunk/; revision=41627
2012-03-17Clean up from what appears to have been 4-space tabs.Jeff Morriss1-2479/+1106
Clean up indentation. Leave only one statement on each line. svn path=/trunk/; revision=41626
2012-03-17Fix the infinite-loop fuzz failure reported inJeff Morriss1-20/+20
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6949 : Don't use a guint8 for() loop index when the end of the loop value is stored in a guint: the loop index may never reach the end-of-loop value. Also remove a shadow'd variable. svn path=/trunk/; revision=41625
2012-03-16Remove dissect_ipv6_options function (unused from Revision 16302...)Alexis La Goutte2-105/+1
svn path=/trunk/; revision=41624
2012-03-16Fix some Gui Text not translate and update french translationAlexis La Goutte5-13/+33
svn path=/trunk/; revision=41623
2012-03-16Add *Tilde file to .gitignoreAlexis La Goutte1-0/+1
svn path=/trunk/; revision=41622
2012-03-16Capitalize "Wireshark" in various package names.Gerald Combs3-4/+4
svn path=/trunk/; revision=41621
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
svn path=/trunk/; revision=41618
2012-03-16Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+8
svn path=/trunk/; revision=41617
2012-03-16Update comments about tvbuff.Bill Meier1-16/+21
svn path=/trunk/; revision=41615
2012-03-16Use NULL instead of essentially duplicate text for one hf[] blurb;Bill Meier1-454/+451
Do some reformatting and do indentation & whitespace cleanup. svn path=/trunk/; revision=41614
2012-03-16From Irene Ruengeler: Add check for reading strings from theMichael Tüxen1-0/+4
preferences to make sure it is printable. This avoids a crash when reading a corrupted preferences file. svn path=/trunk/; revision=41613
2012-03-16Fix some of the incorrect hf[] FT_BOOLEAN 'display' and 'bitmask' fields;Bill Meier1-16/+15
(Additional instances requiring feedback from the dissector author have been marked with XXX). For 'hf_om2k_aop' use a bitmask in the hf[] entry rather than shifting & etc in the proto_tree_add_uint() call. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6792 Comment #8. svn path=/trunk/; revision=41612
2012-03-16Make it possible to run capinfos and editcap from this script.Jeff Morriss1-2/+9
svn path=/trunk/; revision=41611
2012-03-16When we're in a for(i=0,[...]) loop, don't reuse (and thus reset) 'i' in ↵Jeff Morriss1-3/+3
another for(i=0,[...]) loop. This fixes the capinfos double-free crashes that the fuzz bot has been experiencing. svn path=/trunk/; revision=41610
2012-03-16Show instance_id.Anders Broman1-2/+7
svn path=/trunk/; revision=41609
2012-03-16From Martin Kaiser: remove a set-but-unused variableJeff Morriss1-3/+0
svn path=/trunk/; revision=41608
2012-03-16Make a function staticJeff Morriss1-1/+1
svn path=/trunk/; revision=41607
2012-03-16Make several functions static; remove trailing commas and white space.Jeff Morriss4-40/+36
svn path=/trunk/; revision=41606
2012-03-16Make most of the functions in here staticJeff Morriss1-29/+30
svn path=/trunk/; revision=41605
2012-03-16Terminate a value_string. Remove a couple of trailing commas.Jeff Morriss1-18/+19
svn path=/trunk/; revision=41604
2012-03-16Fix typo.Anders Broman1-1/+1
svn path=/trunk/; revision=41603
2012-03-16Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=41602
2012-03-16Error: the name for field "Initial Resource Locator Type " ↵Anders Broman1-3/+3
("eiss.aid.irl.type") has trailing space in packet-eiss.c Error: the name for field "Initial Resource Locator Length " ("eiss.aid.irl.length") has trailing space in packet-eiss.c Error: the name for field "Initial Resource Locator String " ("eiss.aid.irl.string") has trailing space in packet-eiss.c svn path=/trunk/; revision=41601
2012-03-16From Guy Martin:Anders Broman6-0/+3059
Add packet-mpeg-pmt, packet-mpeg-ca and mpeg-descriptors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6960 svn path=/trunk/; revision=41600
2012-03-16From Weston Schmidt:Anders Broman5-8/+664
Add EISS dissector support. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6954 svn path=/trunk/; revision=41599
2012-03-16Upadte a value string.Anders Broman1-2/+8
svn path=/trunk/; revision=41598
2012-03-16From Guy Martin:Anders Broman1-15/+16
Fix a few bugs in packet-mp2t https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6959 svn path=/trunk/; revision=41597