aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-21Get rid of trailing blank lines.Guy Harris1-1/+0
2014-06-21Move the routine to get a CPU information string to wsutil.Guy Harris5-38/+111
2014-06-21Clean up inclusion of cfutils.h.Guy Harris2-2/+2
2014-06-21cfutils.c is now part of libwsutils.Guy Harris1-1/+0
2014-06-21Get rid of trailing blank lines.Guy Harris1-2/+0
2014-06-21Add a get_compiler_info() routine in libwsutil to get compiler information.Guy Harris5-75/+154
2014-06-21Is <stdio.h> necessary here?Guy Harris1-1/+0
2014-06-21Need <string.h> for string routines.Guy Harris1-1/+3
2014-06-21We need the Unicode utilities, at least on Windows.Guy Harris1-4/+2
2014-06-21cfutils.c is now part of libwsutil.Guy Harris1-2/+1
2014-06-21We need <windows.h> on Windows.Guy Harris1-0/+4
2014-06-21Check constraints for OSPFv2 LSAs:Anish Bhatt1-7/+41
2014-06-21Move the Windows build target OS definitions to Win XPGraham Bloice2-4/+4
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris15-459/+546
2014-06-21Move get_copyright_info() to wsutil.Guy Harris15-17/+91
2014-06-21batch of tvb-length conversionsEvan Huus50-306/+300
2014-06-21Add command-line argument to request the version to a number of the utilities.Jeff Morriss10-40/+124
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer20-0/+31
2014-06-20Move the "capture-comment" long option to LONGOPT_CAPTURE_COMMON.Guy Harris3-2/+1
2014-06-20Fix build without pcap.Guy Harris3-14/+0
2014-06-20More .in files to handleJoerg Mayer1-35/+10
2014-06-20relnotes got updated againJoerg Mayer1-1/+3
2014-06-20Process all .in files, not only the ones needed for Unix'ish systems.Joerg Mayer1-1/+40
2014-06-20Add flags required for VS2013 to CmakeGraham Bloice1-0/+17
2014-06-20Fix builds without pcap.Guy Harris4-4/+4
2014-06-20Add long names for -a, -b, and -p.Guy Harris1-0/+3
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris3-27/+17
2014-06-20"-d" isn't common to all capturing programs, it's dumpcap-specific.Guy Harris2-6/+6
2014-06-20Use OPTSTRING_CAPTURE_COMMON here as well.Guy Harris1-19/+3
2014-06-20Define OPTSTRING_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris2-15/+3
2014-06-20Add some long options for capture short options.Guy Harris4-41/+63
2014-06-20Add --help and --version long options.Guy Harris4-14/+35
2014-06-20TCP: update the list of options and put Kind and Length items in the right su...Pascal Quantin1-49/+98
2014-06-20Fix documentation generation on WindowsPascal Quantin1-1/+1
2014-06-20Revert part of svn revision 52045 (git b38ee917)Stig Bjørlykke2-79/+128
2014-06-20One more change to dissector_add_for_decode_as.Guy Harris1-1/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris133-183/+189
2014-06-20remove duplicate offset=0Martin Kaiser1-2/+0
2014-06-20no need for if(tree)Martin Kaiser1-6/+4
2014-06-20fix printf argument indexEvan Huus1-2/+1
2014-06-20Add proto_tree_add_subtree and proto_tree_add_subtree_formatMichael Mann2-0/+66
2014-06-20add cast to fix buildbotEvan Huus1-1/+1
2014-06-20Don't hide tcp option kind/len fieldsEvan Huus1-36/+18
2014-06-20batch of tvb-length conversionsEvan Huus17-104/+103
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann23-107/+87
2014-06-20Improve the tolerance of checkfiltername.pl so it can be added to the pre-com...Michael Mann1-10/+150