aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-20packet-vnc.c: Improve re-assembly.Bill Meier1-7/+16
2014-06-19Add casting and license info to fix buildbotsEvan Huus4-6/+12
2014-06-19Make cmake build work for msvc 2013 (Graham Bloice)Joerg Mayer1-3/+3
2014-06-19Optimize reseting epan_dissect_t when filtering.Jakub Zawadzki1-6/+10
2014-06-19Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). Th...dameiss1-1/+1
2014-06-19Removed SVN Id tagDario Lombardo3-5/+0
2014-06-19Add dissectors to match the groups of display filters they represent instead ...Michael Mann1-17/+14
2014-06-19Save the size and position of the expert info dialogChris Maynard10-13/+77
2014-06-19Remove "pkg" prefix from display filters.Michael Mann3-239/+239
2014-06-19Cleanup filter fields that checkdisplayfilter.pl was complaining about.Michael Mann1-141/+141
2014-06-19Update User GuidePascal Quantin4-21/+50
2014-06-19Optimize dissect_sip_route_header()Jakub Zawadzki1-4/+5
2014-06-19calling subdissectors shouldn't be conditional on a treeMichael Mann1-133/+130
2014-06-19Cleaned up some CLang dead assignment warnings.dameiss1-3/+2
2014-06-19handle TS packet reassembly for PES packets with 0 length fieldMartin Kaiser1-2/+15
2014-06-19no need to initialize these two varsMartin Kaiser1-2/+2
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-06-19Protocols sending the OS's AF_INET6 value are OS-specific or broken.Guy Harris2-16/+32
2014-06-19Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-32/+58