aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* try to fix: epan.c:141: error: invalid application of 'sizeof' to incomplete ...Jakub Zawadzki2013-07-211-1/+1
* Add ability to convert proto_tree_add_text to "expert" API. It's a little ha...Michael Mann2013-07-211-98/+327
* Some work on multi file dissectionJakub Zawadzki2013-07-2119-65/+85
* Try to generate an error when calling clang with an unknown compilerJörg Mayer2013-07-211-6/+13
* Add option for echld builds (forgot that in a previous commit)Jörg Mayer2013-07-211-0/+1
* Add test binaries to .gitignoreJakub Zawadzki2013-07-211-0/+2
* FixJörg Mayer2013-07-211-1/+1
* Remove trailing whitespaceJörg Mayer2013-07-211-14/+14
* [Automatic manuf, services and enterprise-numbers update for 2013-07-21]Gerald Combs2013-07-211-0/+50
* More fixes for building echld with cmake (not yet finished)Jörg Mayer2013-07-211-11/+24
* Enable echld builds with cmake when building with ENABLE_ECHLD=ONJörg Mayer2013-07-211-0/+4
* Include config.h, not ../config.h, just like everywhere else.Jörg Mayer2013-07-212-2/+2
* Don't check for "APPLE" if what you really mean is "clang"Jörg Mayer2013-07-211-1/+2
* Turn modifier field into a value_string.Michael Mann2013-07-211-58/+29
* Don't report a syntax error if a preference name without a "." isGuy Harris2013-07-211-13/+3
* Replace wmem slist (singly-linked) with wmem list (doubly-linked).Evan Huus2013-07-2011-249/+288
* make proto_tree_add_text calls filterable through hfs and expert info.Michael Mann2013-07-201-76/+64
* GeoIP 1.5.1.Gerald Combs2013-07-204-4/+5
* Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-RightJakub Zawadzki2013-07-191-3/+1
* Fix gtk warnings when clicking on some byte on byte pane.Jakub Zawadzki2013-07-191-2/+2
* From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8942 :Pascal Quantin2013-07-191-11/+7
* Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss2013-07-181-8/+10
* Cleanup hf_ variables so they can be identified as such. "Array" of hf items ...Michael Mann2013-07-181-369/+302
* From Marko Hrastovec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss2013-07-181-14/+42
* Add fencing for COL_INFO (which was the intent of the dissector until I accid...Michael Mann2013-07-181-1/+2
* Make filterable items from proto_tree_add_text.Michael Mann2013-07-181-55/+56
* Fix memleak, base64_to_tvb() strdup passed string by its own.Jakub Zawadzki2013-07-181-1/+1
* Catch exceptions from AVP subdissectors in case the AVPs following the oneJeff Morriss2013-07-181-19/+43
* Fix copy/paste errorPascal Quantin2013-07-181-1/+0
* From Anders: add Verizon Wireless dictionaryPascal Quantin2013-07-184-2/+15
* Temporarily disable offending code triggering a segmentation fault on Linux (...Pascal Quantin2013-07-181-0/+2
* Fix errors :Alexis La Goutte2013-07-181-9/+9
* Fix various errors found by checkAPI.pl and fix-encoding-args.pl scriptsPascal Quantin2013-07-181-21/+21
* Try to fix error: ignoring return value of 'fwrite', declared with attribute ...Pascal Quantin2013-07-181-3/+6
* Fix error: 'format' may be used uninitialized in this functionPascal Quantin2013-07-181-1/+1
* Try to fix 'old-style function definition' warningPascal Quantin2013-07-181-1/+1
* From Rupesh Patro:Anders Broman2013-07-181-5/+328
* From Cal Turney:Anders Broman2013-07-181-18/+26
* From Javier Godoy:Anders Broman2013-07-181-32/+58
* From Cal Turney:Anders Broman2013-07-185-36/+154
* Fix:Anders Broman2013-07-181-3/+0
* Add better detection of strings and byte arrays.Michael Mann2013-07-181-4/+11
* Convert proto_tree_add_text calls to proto_tree_add_item.Michael Mann2013-07-181-269/+257
* Initially select the default item. Don't try to delete the default itemGerald Combs2013-07-171-5/+9
* Use the valid/invalid/deprecated backround color preferences.Gerald Combs2013-07-174-30/+25
* Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki2013-07-1785-239/+244
* gen-bugnote: Produce a list item for AsciiDoc. backport-rev: Add errorGerald Combs2013-07-172-10/+21
* Add filter color preferences to the Qt UI similar to r50203. Fixes bugGerald Combs2013-07-173-4/+108
* Optimize print_line_textJakub Zawadzki2013-07-171-11/+13
* Dissect new flagsAnders Broman2013-07-171-6/+29