aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris15-20/+295
2014-06-23ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DHPeter Wu4-1393/+570
2014-06-23Remove some unneeded includesJoerg Mayer1-8/+0
2014-06-23Don't report the run-time version of pcap if we weren't built with pcap.Guy Harris1-0/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris7-28/+86
2014-06-23Initialize whole buffer in GPRS Mobility and Session Management dissectorPascal Quantin1-1/+1
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki9-0/+944
2014-06-23Point the user at http://www.cygwin.com/install.html for downloads.Guy Harris1-3/+4
2014-06-23Replace AF_ values by COMMON_AF_ values.Joerg Mayer1-16/+5
2014-06-23Add all AF_ types for Windows that are in WinSock.h or WinSock2.hJoerg Mayer1-1/+27
2014-06-23Revert "Optimize sip_is_known_sip_header()"Evan Huus6-788/+294
2014-06-23Revert "Cheat and try to fix the generated file manually."Evan Huus1-25/+5
2014-06-23Cheat and try to fix the generated file manually.AndersBroman1-5/+25
2014-06-23Optimize sip_is_known_sip_header()Jakub Zawadzki6-294/+788
2014-06-23Fix a typo.AndersBroman1-1/+1
2014-06-23Add col_append_lstr(), speedup column generation for TCP.Jakub Zawadzki3-5/+63
2014-06-22Get rid of set-but-not-used variable.Guy Harris1-2/+1
2014-06-22Get rid of some unused variables.Guy Harris5-7/+2
2014-06-22Make dissect_lltd() a new-style dissector and register it as such.Guy Harris1-14/+14
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann57-954/+644
2014-06-22LLTD dissectorMichael Mann3-0/+993
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann34-956/+604
2014-06-22Initialize whole buffer in GTP dissectorEvan Huus1-1/+1
2014-06-22Fix leak in nbap init functionEvan Huus2-4/+4
2014-06-22Fix a leak in the SCTP dissectorEvan Huus1-29/+44
2014-06-22Replace C++-style comments with "#if 0"/"#endif".Guy Harris1-2/+6
2014-06-22Point to the Cygwin mirrors page.Guy Harris1-6/+12
2014-06-2264-bit Cygwin's dependencies for Bison are wrong; it doesn't require m4.Guy Harris1-0/+7
2014-06-22Logcat: Set data-text-lines dissectors for logMichal Labedzki1-2/+12
2014-06-22Logcat: Fix dump formatsMichal Labedzki1-11/+13
2014-06-22Bluetooth: A2DP: Fix fuzz failtureMichal Labedzki1-6/+19
2014-06-22Bluetooth: Complete sessionsMichal Labedzki9-33/+199
2014-06-22When setting entry_tree, set entry_item as well.Guy Harris1-2/+2
2014-06-22[Automatic manuf, services and enterprise-numbers update for 2014-06-22]Gerald Combs4-15/+226
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann11-235/+140
2014-06-22minor cleanupsMartin Kaiser1-12/+5
2014-06-22Build version.h before trying to build wsutil.Guy Harris1-1/+1
2014-06-22the tree that we use in the iso transfer function in is the urb_treeMartin Kaiser1-8/+6
2014-06-22no need to check the parent tree when we create the iso descriptor treeMartin Kaiser1-12/+11
2014-06-22rename the ti variableMartin Kaiser1-4/+4
2014-06-22create the iso descriptor tree's title in a simpler wayMartin Kaiser1-8/+4
2014-06-22create a new function that dissects the usb linux iso transferMartin Kaiser1-102/+118
2014-06-22Remove trailing white space, copyedit, add a missing period.Guy Harris1-5/+5
2014-06-22Update to reflect current reality.Guy Harris2-19/+27
2014-06-22Fix build errors for tfshark and echld.Guy Harris4-14/+17
2014-06-22Don't declare CFString_to_C_string() if we don't have OS X frameworks.Guy Harris1-0/+4
2014-06-22Add a routine to return a version string including VCS information.Guy Harris24-80/+162
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris6-30/+35
2014-06-21Reorder some statements to avoid unused build-type directoriesJoerg Mayer1-22/+19
2014-06-21Move the routine to get memory information to wsutil.Guy Harris5-14/+89