aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-08Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris3-4/+7
2014-01-08Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about itGuy Harris1-13/+15
2014-01-08Add vendor-id="Acision"Anders Broman1-0/+1
2014-01-08use a DVB string for the text field in the extended event descriptorMartin Kaiser1-9/+21
2014-01-08remove duplicate editor modelinesMartin Kaiser1-4/+0
2014-01-08From Antony BridleMartin Kaiser1-18/+121
2014-01-08Make it possible to use have_tap_listener() in a pluginPascal Quantin1-1/+1
2014-01-08Don't create About window when Wireshark Qt startAlexis La Goutte2-7/+6
2014-01-08merge two if statementsMartin Kaiser1-3/+0
2014-01-08Coverity 280379Martin Kaiser1-3/+2
2014-01-08Add file_access.cJörg Mayer1-0/+1
2014-01-08no need for if (tree)Martin Kaiser1-14/+9
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
2014-01-08Coverity 280334Martin Kaiser1-1/+2
2014-01-08Add libfiletap.Guy Harris2-0/+5
2014-01-08Don't put into the distribution files that don't exist.Guy Harris1-4/+1
2014-01-08Added a check for valid algorithm id.Stig Bjørlykke2-2/+2
2014-01-08Sorry, the bytes-to-read argument to file_read() is unsigned int, soGuy Harris1-49/+49
2014-01-08tfshark.c doesn't build without warnings, so default to "don't build it"Guy Harris1-2/+2
2014-01-08Handle tfshark.Guy Harris1-11/+17
2014-01-08No generated C files in filetap, so no libfiletap_generated.Guy Harris1-5/+2
2014-01-08Unused parameters are unused.Guy Harris1-1/+1
2014-01-08Make global algorithm_id in x509af dissector a direct_reference instead. Bug...Michael Mann9-34/+18
2014-01-08TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bug...Michael Mann22-21/+3189
2014-01-08Have HAVE_SPANDSP just go over entire file rather than individual functions.Michael Mann2-26/+6
2014-01-08Need <strsafe.h> for StringCchPrintf().Guy Harris1-0/+1
2014-01-08Explicitly reject two-pass live capture, it doesn't work anyways.Evan Huus1-0/+8
2014-01-08Move UAT xton() to wsutil libraryJakub Zawadzki8-70/+51
2014-01-07As checkAPIs.pl says, "use StringCchPrintf".Guy Harris1-1/+1
2014-01-07From Michal Labedzki viaEvan Huus1-3/+81
2014-01-07Update documentation to match change in r54630:Jörg Mayer1-1/+1
2014-01-07Rework compiler flag detection to be able to handle changedJörg Mayer1-23/+18
2014-01-07Remove svn:executable attribute.Jakub Zawadzki4-0/+0
2014-01-07From Michal Labedzki viaEvan Huus1-1/+7
2014-01-07Don't use #defines for errno values, just build the value-string directly. TheyEvan Huus1-274/+134
2014-01-07Fix warning when use make packaging on WindowsAlexis La Goutte2-5/+4
2014-01-07Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_v...Jakub Zawadzki7-20/+71
2014-01-07Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.hJakub Zawadzki3-22/+15
2014-01-07The capabilities for dumpcap don't need to be inheritable.Guy Harris1-2/+2
2014-01-07include config.h at the top of the file.Jörg Mayer2-2/+5
2014-01-07HAVE_PLUGINS was defined twiceJörg Mayer1-3/+0
2014-01-07Try to get rid of some warnings.Anders Broman2-2/+2
2014-01-07From Zoltán Lajos Kis:Anders Broman1-1040/+2734
2014-01-07FixAnders Broman3-10/+0
2014-01-07Added expired handling to FieldInfo.Stig Bjørlykke3-44/+142
2014-01-06Expand a comment.Guy Harris1-2/+2
2014-01-06In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()Guy Harris1-105/+73
2014-01-06Call deciphering and integrity checking appropriately forMartin Mathieson2-6/+30
2014-01-06Try to fix warning: cast discards '__attribute__((const))' qualifier from poi...Anders Broman1-2/+2
2014-01-06Try to fix warning: initializer element is not computable at load time.Anders Broman1-24/+38