aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-04-13dumpcap: fix opening of pipes on Windows broken since gbed29afPascal Quantin3-4/+20
2015-04-13Qt: Add option to copy all visible item or selected tree items in Packet Deta...Michal Labedzki4-1/+65
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9116-11/+796
2015-04-13Add more "bitmask grouping" APIs.Michael Mann6-147/+260
2015-04-13GSM A: force display of the bits sequence corresponding to "Degrees of longit...Pascal Quantin1-1/+1
2015-04-13Remove deprecated API tvb_lengtRemove deprecated API tvb_lengthAndersBroman6-12/+12
2015-04-12Fix the path for androiddump.Guy Harris1-1/+1
2015-04-12Windows: fix generation of PortableApps.com installerPascal Quantin3-1/+18
2015-04-12androiddump: Disable automatic starting adbMichal Labedzki1-0/+13
2015-04-12androiddump: add more compatibility with MSVC connect APIPascal Quantin1-4/+5
2015-04-12Windows: do not install androiddump by defaultPascal Quantin1-8/+8
2015-04-12Add missing androiddump stuffMichal Labedzki13-123/+536
2015-04-12[Automatic update for 2015-04-12]Gerald Combs12-242/+518
2015-04-12Only add flags to CFLAGS_FOR_BUILD if $CC and $CC_FOR_BUILD are the same.Guy Harris2-9/+25
2015-04-11Ignore androiddump - it's another build target.Guy Harris1-0/+1
2015-04-11Use HAVE_ARPA_INET_H to control whether to include <arpa/inet.h>.Guy Harris1-2/+4
2015-04-11Add removal of zlib 1.2.8 folderPascal Quantin1-0/+1
2015-04-11More type cleanup to squelch warnings.Guy Harris1-3/+3
2015-04-11androiddump: fix a typoPascal Quantin1-1/+1
2015-04-11Use G_GUINT64_CONSTANT() to make a guint64_t (or uint64_t) constant.Guy Harris1-2/+2
2015-04-11Squelch 64-bit-to-32-bit shortening errors.Guy Harris1-7/+7
2015-04-11It's not "Windows vs. (Linux or OS X or Cygwin)", it's "Windows vs. UN*X".Guy Harris1-3/+5
2015-04-11A temporary variable squelches some warnings.Guy Harris1-1/+4
2015-04-10Retire ws-manifest.pl.Gerald Combs4-125/+2
2015-04-10Move the PortabaleApps packaging up one level.Gerald Combs10-32/+33
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman32-66/+66
2015-04-10CMake: Add a build environment == generator check.Gerald Combs1-2/+16
2015-04-10MIP6: Remove proto_tree_add_textAlexis La Goutte1-5/+14
2015-04-09Androiddump: fix Null pointer passed as an argument to a 'nonnull' parameterAlexis La Goutte1-13/+0
2015-04-09Androiddump: fix Potential leak of memory pointed to by 'serial_number'Alexis La Goutte1-3/+6
2015-04-09Androiddump: Fix Result of 'malloc' is converted to a pointer of type 'unsign...Alexis La Goutte1-3/+6
2015-04-09OCFS2: fix some GCC / Clang warningsAlexis La Goutte1-3/+5
2015-04-09Pass HTTP URLs to wget.Gerald Combs1-4/+4
2015-04-09Replace PROTO_TREE_ADD_XXX_ITEM macro use with real code.Michael Mann1-40/+63
2015-04-09Correct macro expansion in PROTO_TREE_ADD_XXX_ITEM for integer fields.Michael Mann1-1/+1
2015-04-09Replace deprecated API tvb_length -> tvb_reported_lengthAndersBroman17-80/+89
2015-04-09REplace deprecated API tvb_length -> tvb_reported_lengthAndersBroman12-29/+29
2015-04-09802.11: use switch for Aruba typeAlexis La Goutte1-9/+7
2015-04-09802.11: don't return when Wrong Tag LengthAlexis La Goutte1-9/+9
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman7-38/+38
2015-04-09Cleanup CMake VS solutionGraham Bloice1-0/+5
2015-04-09TRILL: Fix incorrect header lengthMarian Ďurkovič1-1/+2
2015-04-09Androiddump: Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-8/+6
2015-04-09Improve ATH dissector.Michael Mann1-1/+11
2015-04-09zigbee: correct zcl meas sensingJulien STAUB1-7/+7
2015-04-08[IEEE 802.11] fix two potential endless loopsMartin Kaiser1-0/+4
2015-04-08ATH dissectorEugene Adell4-0/+455
2015-04-08Fix CMake build for WindowsGraham Bloice1-0/+1
2015-04-08androiddump: Fix missing headers for Mac OSXRoland Knall1-1/+5
2015-04-08extcap: Add support for Android - androiddumpMichal Labedzki8-2/+2227