aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus21-44/+32
svn path=/trunk/; revision=49053
2013-04-26Buildbot (via Twisted) sets a restrictive umask. Unset it before we runGerald Combs3-3/+3
Doxygen. svn path=/trunk/; revision=49052
2013-04-26Add some Doxygen checks.Gerald Combs3-0/+8
svn path=/trunk/; revision=49051
2013-04-26Set svn:eol-style and svn:keywordsJeff Morriss0-0/+0
svn path=/trunk/; revision=49049
2013-04-26Fix up indentationJeff Morriss1-6/+6
svn path=/trunk/; revision=49048
2013-04-26Work around a bug in a Microsoft security fix.Guy Harris1-1/+19
svn path=/trunk/; revision=49046
2013-04-26Get rid of leftover debugging variable.Guy Harris1-1/+0
svn path=/trunk/; revision=49045
2013-04-26Check, for each of the standard handles, whether they need to beGuy Harris1-8/+98
redirected to a console. Only if at least one of them needs to be redirected to we create a console, and don't redirect them if they don't need to be redirected. This makes redirection of the standard output of, for example, "wireshark -D" work; we don't redirect it out from under the shell. svn path=/trunk/; revision=49044
2013-04-26Update the main, epan, and ui Doxygen configuration files. Change theGerald Combs7-16/+49
output directory to wsar_html (Wireshark API Reference HTML) to match the Docbook naming convention. In each doxygen.cfg.in move the doxygen_global.cfg to the top of the file so that our local definitions don't get clobbered. Add makefile targets for wsar_html and wsar-zip. svn path=/trunk/; revision=49043
2013-04-25Add Qt5 build support with cmake. Just do cmake ... -DENABLE_QT5=ON ...Jörg Mayer3-17/+43
svn path=/trunk/; revision=49042
2013-04-25Annotate wmem functions for better compiler warnings and optimization.Evan Huus4-11/+24
svn path=/trunk/; revision=49041
2013-04-25Summarize the API listing in the wmem README. Doxygen in the header files willEvan Huus1-42/+28
be much easier to keep in sync with the actual code. svn path=/trunk/; revision=49040
2013-04-25Fix a warning: sparkline_delegate.h does not contain a Q_OBJECTJörg Mayer1-1/+1
svn path=/trunk/; revision=49039
2013-04-25Add GTK3_DEFINITIONS to the compiler flag when building with gtk3Jörg Mayer1-1/+3
svn path=/trunk/; revision=49038
2013-04-25Generating the realease notes is not yet done.Jörg Mayer1-0/+1
svn path=/trunk/; revision=49037
2013-04-25Update QtShark.pro for Qt5, hopefully without breaking Qt4. Enable theGerald Combs2-6/+13
startup blur on OS X for Qt >= 5. svn path=/trunk/; revision=49036
2013-04-25Flag as malformed expert info if we see padding subheaders at start andMartin Mathieson1-0/+8
end of subheader list. svn path=/trunk/; revision=49035
2013-04-25From Mathias GuettlerMartin Kaiser1-1/+1
correct value for "ATN Systems Management No Preference" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8562 svn path=/trunk/; revision=49034
2013-04-25Add an AVP.Anders Broman1-1/+7
svn path=/trunk/; revision=49033
2013-04-25Enhance dissection of feedbackPascal Quantin1-6/+16
svn path=/trunk/; revision=49032
2013-04-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8611Evan Huus1-0/+11
svn path=/trunk/; revision=49030
2013-04-25Note the removal of the left-handed settings and how to get theJörg Mayer1-0/+4
behavior back via gtk-settings. svn path=/trunk/; revision=49026
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris8-193/+79
than the standard error. In Wireshark on Windows, create a console before doing so and destroy it before exiting. Don't do that in TShark or dumpcap, as those are console-mode programs on Windows. This should fix bug 8609 and still allow "wireshark -D" and "wireshark -L" to work when the standard output isn't redirected. svn path=/trunk/; revision=49025
2013-04-25Try to please the OSX buildbotsPascal Quantin1-3/+3
svn path=/trunk/; revision=49024
2013-04-24Convert a few proto_tree_add_text to proto_tree_add_items. The dissector ↵Michael Mann1-23/+98
was originally under the 50% mark that checkAPIs.pl like, but subsequent patches pushed it over the limit, so I thought I'd knock it back down. svn path=/trunk/; revision=49023
2013-04-24convert some proto_tree_add_texts into expert_add_info_format. Didn't quite ↵Michael Mann1-15/+15
make checkAPIs.pl happy, but given the nature of the dissector (mostly raw text), I'm not sure it can hit the 50% ratio. svn path=/trunk/; revision=49022
2013-04-24Add a few IP filterable fields to make checkAPIs.pl happy. It appears that ↵Michael Mann1-51/+78
"enumerated filter fields" are necessary, but that allows them to shirk the check* tools to possibly find unused hfs. svn path=/trunk/; revision=49021
2013-04-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8610 :Pascal Quantin1-18/+29
Ensure that tap is called after full dissection, even in case of exception svn path=/trunk/; revision=49019
2013-04-24Add China Telecom AVP:s to Windows installerPascal Quantin1-0/+1
svn path=/trunk/; revision=49018
2013-04-24Add a basic file for China Telecom AVP:s.Anders Broman3-3/+15
svn path=/trunk/; revision=49017
2013-04-24Fix format string typo causingEvan Huus1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8607 svn path=/trunk/; revision=49015
2013-04-24dumpabi: This would create the directories in the sourcedir insteadJörg Mayer3-7/+9
of the binary dir. Fixed that. NOTE: It fails with and without this patch for out of tree builds: jmayer@egg:~/work/wireshark/svn/build/qt-gtk3> make dumpabi [ 1%] Built target wsutil [ 1%] Generating libwsutil.abi.tar.gz ERROR: can't find modules cp: cannot stat `abi_dumps/libwsutil/libwsutil_*': No such file or directory make[3]: *** [wsutil/libwsutil.abi.tar.gz] Error 1 make[2]: *** [wsutil/CMakeFiles/dumpabi-libwsutil.dir/all] Error 2 make[1]: *** [CMakeFiles/dumpabi.dir/rule] Error 2 make: *** [dumpabi] Error 2 jmayer@egg:~/work/wireshark/svn/build/qt-gtk3> svn path=/trunk/; revision=49014
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer17-66/+66
of Q_WS_ in Qt4 projects See: http://qt-project.org/doc/qt-5.0/qtdoc/portingguide.html svn path=/trunk/; revision=49013
2013-04-24Add truncate function to wmem strbuf.Evan Huus3-1/+24
svn path=/trunk/; revision=49010
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus5-35/+33
implemented, start replacing emem with wmem in dissectors. Also remove emem.h include from a few files that didn't actually need it. More to come once in hopefully large batches once I figure out the appropriate regexes. svn path=/trunk/; revision=49009
2013-04-23Revert commitsJörg Mayer1-3/+3
------------------------------------------------------------------------ r47064 | cmaynard | 2013-01-14 16:39:38 +0100 (Mo, 14 Jan 2013) | 2 lines packet-ncp2222.c -> dissectors/packet-ncp2222.c ------------------------------------------------------------------------ r47078 | gerald | 2013-01-14 21:05:24 +0100 (Mo, 14 Jan 2013) | 2 lines Put packet-ncp2222.c in epan/dissectors. This matches Makefile.am's behavior. ------------------------------------------------------------------------ The first commit tried to make cmake behavior mimic autofoo behavior while it should be the other way round: out of tree builds fail with packet-ncp2222.c generation with autofoo. The second commit just fixed the first one. svn path=/trunk/; revision=49008
2013-04-23Stub cmake support for generating the asn1 dissectors.Jörg Mayer101-0/+2407
It doesn't do anything yet, it is just to make svn status readable again. svn path=/trunk/; revision=49007
2013-04-23Add a quick check for a first printable character to avoid a more expensiveMartin Mathieson1-0/+11
check of the whole first line. This gets called a lot as a heuristic dissector. svn path=/trunk/; revision=49006
2013-04-23Turn some preferences on by default. Won't affect info column.Martin Mathieson1-3/+3
svn path=/trunk/; revision=49005
2013-04-23Add two tools useful for package maintainers:Gerald Combs2-0/+189
backport-rev attempts to merge a revision from the trunk in the current directory (presumably one of the release branches). gen-bugnote fetches a bug title from bugs.wireshark.org and formats it for inclusion in the release notes. svn path=/trunk/; revision=49004
2013-04-23oops, missed a linebreakMartin Kaiser1-1/+2
svn path=/trunk/; revision=49003
2013-04-23From Mathias GuettlerMartin Kaiser4-0/+1594
dissector for ISO 10747 Inter Domain Routing Protocol https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8562 from me: check for negative return value of tvb_reported_length_remaining() remove unused hf entries add modelines don't initialise variables unless it's necessary make idrp a new-style dissector svn path=/trunk/; revision=49002
2013-04-23Install QtShark by default.Gerald Combs1-1/+1
svn path=/trunk/; revision=49001
2013-04-23Add a link to the latest CRT redistributables.Gerald Combs1-0/+2
svn path=/trunk/; revision=49000
2013-04-23reformat, add editor modelinesMartin Kaiser1-566/+579
svn path=/trunk/; revision=48998
2013-04-23Add curr_layer_num which can be used to keep track of multiple occurances of ↵Anders Broman3-5/+11
the same protocol in a frame. svn path=/trunk/; revision=48997
2013-04-23nlpid.h requires value_string.hMartin Kaiser1-0/+2
svn path=/trunk/; revision=48996
2013-04-23Restore a lost hf def.Anders Broman1-0/+5
svn path=/trunk/; revision=48995
2013-04-23When calling IP and Ipv6 dissectors, they may reduce the new tvb we pass in.Martin Mathieson1-0/+6
MPLS needs to similarly shrink its own tvb so its caller can tell that there were bytes left over (e.g. ethernet trailer). svn path=/trunk/; revision=48994
2013-04-22tiny whitespace changeJörg Mayer1-2/+2
svn path=/trunk/; revision=48993