aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-31339-634/+6
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3111-22/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3117-33/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3147-47/+0
* Doc tweaks and macro parameterizationEvan Huus2014-03-312-62/+73
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-316-18/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3135-69/+1
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3139-116/+38
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3135-74/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-317-14/+0
* Use tvb_get_string_enc() with UTF_8 when checking headers as it's faster.AndersBroman2014-03-311-1/+1
* According to RFC 3261AndersBroman2014-03-311-50/+51
* Inlining wmem_strbuf_grow seems to give better performance.AndersBroman2014-03-311-1/+1
* Add --enable-extra-clang-checks for autotools and CMakeListAlexis La Goutte2014-03-313-8/+41
* Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte2014-03-311-0/+1
* packet-osc dissector bug fix of path validity funcHanspeter Portner2014-03-311-2/+3
* Fix fuzz-test.sh '-b' option so it works again; Do some other tools/*test*.sh...Bill Meier2014-03-304-36/+44
* Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'Hadriel Kaplan2014-03-301-3/+10
* [Automatic manuf, services and enterprise-numbers update for 2014-03-30]Gerald Combs2014-03-303-8/+185
* Hide unused variable.Guy Harris2014-03-291-1/+4
* Rename "size" variable to "length", to match other string routines.Guy Harris2014-03-291-4/+4
* Add a pcorey48tohll() macro, and use #defines for some offsets.Guy Harris2014-03-291-26/+25
* Use sized strbufs when extracting tvb stringsEvan Huus2014-03-291-33/+19
* Splay tree implementation for wmemEvan Huus2014-03-296-1/+711
* Upgrade Windows builds to Lua 5.2.1Pascal Quantin2014-03-296-11/+12
* Tighten the NO_MORE_DATA_CHECK macrosEvan Huus2014-03-292-2/+2
* Fix some compiler issues on windows with Lua 5.2Hadriel Kaplan2014-03-294-6/+13
* Implement finalize() method for wmem strbuf.Evan Huus2014-03-293-0/+30
* Please checkAPI.plPascal Quantin2014-03-281-3/+3
* Update README.wslua with latest info.Hadriel Kaplan2014-03-281-56/+135
* Add handling of OSC over TCP; fix a bug in the UDP heuristic.Bill Meier2014-03-281-26/+92
* tvb_get_ascii_string is really expensive. On a large capture file which IAndersBroman2014-03-282-49/+49
* Fix crash when calling "MAP Summary" dialog when no file is openPascal Quantin2014-03-281-0/+4
* Deleted one line to much in previous chgange.AndersBroman2014-03-281-0/+1
* Allow chained calls with Lua TreeItem functions, and fix a couple of minor er...Hadriel Kaplan2014-03-285-23/+121
* dissect sRGB chunkMartin Kaiser2014-03-271-0/+23
* use an expert info if a png chunk is too large for usMartin Kaiser2014-03-271-8/+20
* Fix bug9931 'Encapsulated ethernet packets sometimes show invalid FCS'Hadriel Kaplan2014-03-279-10/+18
* Add dissection of 3G Interface Type package and add some comments aboutAndersBroman2014-03-273-8/+58
* Regenerate the dissector with the latest template.AndersBroman2014-03-271-2/+2
* NAS EPS: display also detach cause in case of network initiated procedurePascal Quantin2014-03-271-7/+11
* MBIM: fix identification of DSS streams and add a way to register an external...Pascal Quantin2014-03-272-10/+19
* From Martin Mathiesson: Display Detach Type in info col.AndersBroman2014-03-271-2/+8
* Add paths to Lua package.path so require works for user scriptsHadriel Kaplan2014-03-272-3/+64
* two more chunk namesMartin Kaiser2014-03-261-0/+4
* add some more chunk namesMartin Kaiser2014-03-261-0/+8
* clean up the png dissectorMartin Kaiser2014-03-261-64/+69
* use the correct png chunk lenMartin Kaiser2014-03-261-1/+1
* More fiddling with heuristic.AndersBroman2014-03-261-2/+2
* Fix off by one errorAndersBroman2014-03-262-5/+5