aboutsummaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss5-1/+28
2014-06-19Update the sample code dealing with desegmentation to new style dissectorPascal Quantin1-2/+4
2014-06-16More Python-bindings removal.Jeff Morriss5-316/+0
2014-06-11Some more SVN->Git.Guy Harris1-1/+1
2014-05-27FIELDDISPLAY can be or'd with BASE_VAL64_STRING.Bill Meier1-2/+2
2014-05-14wmem documentation updatesEvan Huus1-12/+11
2014-04-29Convert a few dissectors with simple request/response tracking from red/black...Pascal Quantin1-6/+6
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-0/+46
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-1/+5
2014-03-28Update README.wslua with latest info.Hadriel Kaplan1-56/+135
2014-03-19Add read_format extension to manual pagesHadriel Kaplan2-2/+9
2014-03-16Remove Visual Studio solution and project files (and their existence from Mak...Michael Mann2-190/+0
2014-03-15Fix README.heuristic wording to Bill Meier's correctionHadriel Kaplan1-2/+4
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan1-4/+6
2014-03-13Note that a dissector heuristic test *must not* cause an exception before ret...Bill Meier1-0/+10
2014-03-09Update documentation about p_[add|get]_proto_data (new argument: scope)Michael Mann1-5/+11
2014-02-26Fix some wmem-related documentation.Evan Huus2-11/+18
2014-02-26More tvbuff API deprecation, comment expansion, and documentation updates.Guy Harris1-18/+36
2014-02-25Clean up some more subversion references in the documentation.Jeff Morriss2-48/+24
2014-02-25More explanation of example heuristic code.Evan Huus1-11/+16
2014-02-23Documentation updatesEvan Huus2-38/+15
2014-02-22TVB API deprecations and cleanupEvan Huus2-18/+9
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan1-5/+9
2014-02-14Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss23-54/+0
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan2-0/+14
2014-02-08Licensecheck improvements, just two errors left.Evan Huus3-7/+61
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+7
2014-01-31Fix for Bug-9709 Lua: class attribute descriptions in API docs don't say if a...Hadriel Kaplan1-1/+6
2014-01-26GPLv2 -> GPLv2+Jörg Mayer1-2/+2
2014-01-24Remove some old obsolete text in the proto_tree_add_text() description.Bill Meier1-7/+0
2014-01-07Update documentation to match change in r54630:Jörg Mayer1-1/+1
2014-01-04Minor: update 'Conversation' intro to include find_or_create_conversationBill Meier1-4/+4
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-0/+31
2013-12-26Since the documentation states that, "Text2pcap understands a hexdump of the ...Chris Maynard1-7/+5
2013-12-23From Ville Skyttä: Spelling FixesBill Meier4-5/+5
2013-12-21make it possible to compile the sample dissector.Jörg Mayer1-2/+6
2013-12-21Update documentation to reflect the non-existence ofGuy Harris1-3/+0
2013-12-21Update documentation to reflect removal of tvb_get_unicode_string*, fullGuy Harris1-20/+16
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-2/+2
2013-12-13Add a "captype" file that just reports the type of a capture file, basedGuy Harris1-0/+49
2013-12-11Improve tshark command-line error help. Fixes https://bugs.wireshark.org/bug...Chris Maynard1-13/+21
2013-12-08Add a reference to STR_ASCII and STR_UNICODEPascal Quantin1-0/+4
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard3-23/+23
2013-11-30Update documentation for tcp_dissect_pdus. Bug 9491 (https://bugs.wireshark....Michael Mann1-11/+18
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-1/+36
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-3/+3
2013-11-14Update the guidelines a bit.Gerald Combs1-3/+13
2013-11-08Add reference to qttools5-dev in README.qt documentationAlexis La Goutte1-1/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris3-30/+68