summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-10[Automatic manuf, services and enterprise-numbers update for 2013-11-10]Gerald Combs1-3/+40
2013-11-10On Windows find the standard html viewer by using bigger and biggerJörg Mayer1-9/+22
2013-11-10try to fix buildbot:Jakub Zawadzki1-1/+1
2013-11-10Fix buildbot:Jakub Zawadzki1-0/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki13-84/+101
2013-11-10missing include for tvbtest + add 'const' (silent most of warnings).Jakub Zawadzki1-1/+2
2013-11-10Remove <epan/ipv6-utils.h> from tvbuff.Jakub Zawadzki3-1/+4
2013-11-10Don't test for guard-include-define (or how it's called) inside including hea...Jakub Zawadzki2-3/+1
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki3-1/+2
2013-11-10Make FindGTK3 work on windowsJörg Mayer2-21/+47
2013-11-10From Zoltán Lajos Kis:Anders Broman4-1280/+1285
2013-11-10Fix compilation under Linux (Ubuntu)Alexis La Goutte1-10/+10
2013-11-10Try to get findhtmlviewer working on windows. Doesn't work butJörg Mayer1-0/+2
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki8-28/+30
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann31-575/+572
2013-11-10Add missing backslash.Gerald Combs1-1/+1
2013-11-10More packaging updates.Gerald Combs2-4/+5
2013-11-10Bump LSMinimumSystemVersion to 10.6.Gerald Combs1-1/+1
2013-11-10Fix argument order.Gerald Combs1-1/+1
2013-11-10Try switching back to codesign.Gerald Combs1-4/+5
2013-11-09Register openvpn over TCP and UDP under different dissector names.Michael Mann1-2/+2
2013-11-09Modify TCPENCAP heuristic to avoid triggering a 'packet size limited during c...Pascal Quantin1-0/+3
2013-11-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8966 :Pascal Quantin1-2/+3
2013-11-09Fix crash when displaying VoIP call flow (introduced in r52824)Pascal Quantin1-0/+13
2013-11-09Sign the right file.Gerald Combs1-1/+1
2013-11-09Older versions of productsign don't support "--force" or "--verbose".Gerald Combs1-1/+1
2013-11-09Try to simplify package signing.Gerald Combs1-6/+2
2013-11-09Fix unused and shadow variable errors.Gerald Combs3-5/+5
2013-11-09Try to perform package signing as described atGerald Combs1-5/+14
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann130-1814/+1926
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki36-8/+45
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki36-36/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki10-22/+18
2013-11-09Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki2-7/+5
2013-11-09Correct include path.Jakub Zawadzki1-1/+1
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki7-4/+4
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki94-11/+98
2013-11-09cmake builds against gtk3 don't work. Those against gtk2 do.Jörg Mayer1-1/+1
2013-11-09Put "private" to_str.c functions to to_str-int.hJakub Zawadzki5-14/+46
2013-11-09g_snprintf() don't return -1 from glib-1.2.3 [1]Jakub Zawadzki1-9/+3
2013-11-09nstime_to_sec() and capinfos secs_nsecs() seems to be same.Jakub Zawadzki1-7/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki14-39/+23
2013-11-09I have added tvb_get_bits_buf() in r37217, nobody is using it, remove.Jakub Zawadzki2-97/+0
2013-11-09Remove old (5 yrs) #if 0 code (from r25028).Jakub Zawadzki1-23/+0
2013-11-09Remove #if 0 code (introduced in r29489).Jakub Zawadzki1-285/+0
2013-11-09No need to check whether cmake_policy command exists as we requireJörg Mayer1-5/+14
2013-11-09Fix a tpyo (packet-quic.)Jörg Mayer1-1/+1
2013-11-09Rename swar_count_bits() to ws_count_ones()Jakub Zawadzki5-42/+12
2013-11-09Add QUIC (Quick UDP Internet Connections) dissectorAlexis La Goutte4-0/+385
2013-11-08Try to split ws_ctz() from hfinfo_bitshift().Jakub Zawadzki3-15/+52