aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt).Jeff Morriss2-2/+2
2013-08-01md5.h is in wsutil now.Jeff Morriss2-2/+2
2013-08-01TShark links with libui so we should always build it.Gerald Combs1-4/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss58-193/+259
2013-08-01fix buildbot error on OSX-10.6-x64Martin Kaiser1-0/+1
2013-08-01As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8816 :Jeff Morriss1-7/+5
2013-08-01Use opt_comment only when has_phdr_comment is set.Jakub Zawadzki1-1/+1
2013-08-01add --capture-comment to tshark's manpageMartin Kaiser2-1/+9
2013-08-01Initialize fdata->flags.has_user_comment too.Jeff Morriss1-1/+2
2013-08-01pass --capture-comment from tshark to dumpcapMartin Kaiser2-0/+20
2013-08-01use explicit cast to squelch compiler warningMartin Kaiser1-1/+1
2013-08-01From Dominique Martinet via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-339/+472
2013-08-01add --capture-comment to tshark's print_usage() functionMartin Kaiser1-0/+3
2013-08-01Remove fdata->opt_comment, add pkt_comment to pinfoJakub Zawadzki19-75/+179
2013-08-01add --capture-comment to tsharkMartin Kaiser2-3/+19
2013-08-01Squelch a warning by explicitly casting to throw away the upper 32 bitsGuy Harris1-2/+2
2013-08-01use getopt_long() in tsharkMartin Kaiser1-1/+5
2013-08-01simplify argument checking for tsharkMartin Kaiser1-13/+9
2013-08-01remove unused function hash_eth_wka()Martin Kaiser1-39/+0
2013-08-01Use glibs hastables rather than home grown variants for manuf an wka(well kno...Anders Broman3-162/+191
2013-08-01From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9001 :Jeff Morriss1-15/+43
2013-08-01Move some asserts to be triggered sooner.Jakub Zawadzki1-9/+8
2013-08-01tvb: check_offset_length() can calculate remaining length, use it.Jakub Zawadzki1-11/+7
2013-08-01As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg002...Jeff Morriss2-21/+21
2013-07-31Fix compatibility with older versions of Python. Tested with 2.5, 2.6,Gerald Combs1-1/+6
2013-07-31From r50772 we don't need first_packet in modify_time_perform(), so we can re...Jakub Zawadzki1-34/+5
2013-07-31Check the Python major version number in a way that works in Python 2Guy Harris1-1/+1
2013-07-31Get rid of extra comment line.Guy Harris1-1/+0
2013-07-31Only use sw_vers if we're on OS X.Guy Harris1-6/+16
2013-07-31Add support for Python 3. Make sure we pass bytes to hashlib.sha1 asGerald Combs1-3/+3
2013-07-31Move tvbuff composite structure to their own file.Jakub Zawadzki2-17/+17
2013-07-31Move composite tvbuff to seperate file (with some subtle changes).Jakub Zawadzki4-257/+277
2013-07-31Linux: add support for getting total/rss from /proc/self/statmJakub Zawadzki1-0/+86
2013-07-31Add some very basic framework to fetch statistics of memory usage per component.Jakub Zawadzki4-39/+140
2013-07-31As noticed by Anders: move a wmem include outside of the #ifdef, we want itEvan Huus1-2/+1
2013-07-31From Richard Sharpe:Jeff Morriss1-4/+4
2013-07-31Don't use emem or wmem in base_custom functions, just use a buffer on the stack,Evan Huus1-14/+7
2013-07-31Add the URL of a document from VSS Monitoring that gives details of theGuy Harris1-0/+7
2013-07-31Set the minimum OS X version in the installer package based on theGuy Harris3-2/+19
2013-07-31If you use --enable-osx-deploy-target or --disable-osx-deploy-target onGuy Harris1-100/+147
2013-07-31Put the GTK2 vs. GTK3 and autofoo vs. CMake options at the beginning,Guy Harris1-13/+14
2013-07-31Back out previous checkin, which wasn't intended (and which had theGuy Harris1-147/+137
2013-07-31Copy over r51049 from trunk:Guy Harris1-137/+147
2013-07-31If no target OS version was specified, default to the major version onGuy Harris1-150/+150
2013-07-31Some cleanup prepping for convert_proto_tree_add_text.pl. Major issue was ma...Michael Mann1-1098/+1175
2013-07-31Fix the most egregious of the newly exposed leaks, about 28KB.Evan Huus1-1/+1
2013-07-31Convert preferences to wmem. Exposes some more memory leaks that didn't show upEvan Huus2-20/+21
2013-07-31Add wmem_tree_is_empty(). Also permit lookups on a NULL tree for compatibilityEvan Huus3-1/+16
2013-07-31Revert one tiny bit of r51043 where UAT code got wmemed by accident.Evan Huus1-1/+1
2013-07-31Convert SSL and TCP dissectors to wmem (with the exception of UAT).Evan Huus7-83/+88