aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Add TapParameterDialog.Gerald Combs13-187/+389
2015-06-08Revert "NFSv4: Fix for Bug 10483"Cal Turney1-2/+0
2015-06-08aeron: fix infinite loopEvan Huus1-0/+3
2015-06-08PMPROXY: check that pointer is not NULL before doing a strlenPascal Quantin1-4/+9
2015-06-08AMQP: fix The 'format_name' variable is assigned to itself found by PVS Studi...Alexis La Goutte1-1/+1
2015-06-08Print "and greater" instead of a ten digit number.Gerald Combs1-1/+3
2015-06-08tcp: simplify tcp.flags.str, fix off-by-onePeter Wu1-22/+9
2015-06-08Profinet: OEM Device ID is addedBirol Capa1-1/+32
2015-06-08rpc: Support IB transportSlava Shwartsman1-3/+3
2015-06-08GTPv2: fix indent (use 4 spaces)Alexis La Goutte1-21/+21
2015-06-08Fix MSCV 2015RC Warning in_cksum.c(92): warning C4311: 'type cast':Anders1-0/+4
2015-06-08BGP: fix an infinite loop when finding an invalid length in EVPN NLRI Route T...Pascal Quantin1-1/+1
2015-06-08[GTPv2] Throttling Delay unit values are not the same as the timer values,Anders1-1/+11
2015-06-08Update how we search for Lua with pkg-config.Jeff Morriss2-19/+30
2015-06-08NFSv4: Fix for Bug 10483cturney1-0/+2
2015-06-08Aruba ERM: Fix Dead Store (Dead assignement/Dead increment) warning found by ...Alexis La Goutte1-2/+0
2015-06-08PER: fix indent (use tabs)Alexis La Goutte1-33/+32
2015-06-08THRIFT: fix function name typoAlexis La Goutte1-2/+2
2015-06-08Register http.unknown_header as an FT_STRING (rather than FT_BYTES).Jeff Morriss1-1/+1
2015-06-08Add editor-modelines; Don't use tabwidth=4; Adjust whitespace.Bill Meier10-350/+402
2015-06-08Eliminate proto_tree_add_text from some dissectors.Michael Mann5-279/+432
2015-06-08igmp: fix memleakPeter Wu1-1/+2
2015-06-08Debugging printf.Guy Harris1-0/+1
2015-06-07Restore image/expert_ok.png, it is used by GTK+ UIBalint Reczey1-0/+0
2015-06-07NCP: fix V519 warnings reported by PVS-StudioPascal Quantin1-25/+0
2015-06-07PER: fix V593 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-07NDPS: fix V535 warnings reported by PVS-StudioPascal Quantin1-12/+12
2015-06-07H248: fix V712 warning reported by PVS-StudioPascal Quantin2-7/+9
2015-06-07GSM Um: fix V695 warning found by PVS-StudioPascal Quantin1-1/+1
2015-06-07[Automatic update for 2015-06-07]Gerald Combs17-2959/+4646
2015-06-07ECP: fix V562 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-07iax2_analysis.c: fix V610 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-07dwarf.c: fix V629 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-07airpdcap: fix V512 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-06-07NFS: do not use reported remaining length as the backing lengthPascal Quantin1-2/+2
2015-06-07nfs: Git rid of deprecated tvb_length,tvb_length_remainingTom Haynes1-3/+3
2015-06-06Don't initialize a variable if the first thing we do is set it.Guy Harris1-1/+1
2015-06-06Use %zu, not %zd, to print a size_t value (%zd would be for ssize_t).Guy Harris1-1/+1
2015-06-06ZVT: call zvt_set_addresses() for each apduMartin Kaiser1-5/+3
2015-06-06ZVT: match requests and responsesMartin Kaiser1-9/+68
2015-06-06ui/follow: fix The 'find_addr[UDP_STREAM]' variable is assigned values twice ...Alexis La Goutte1-1/+1
2015-06-06ISAKMP: fix dissection when building with libgcryptPascal Quantin1-1/+2
2015-06-06SKYPE: fix The use of 'if (A) {...} else if (A) {...}' pattern was detected. ...Alexis La Goutte1-1/+1
2015-06-06SMB2: There are identical sub-expressions to the left and to the right of the...Alexis La Goutte1-2/+2
2015-06-06SCSI: There are identical sub-expressions 'tvb_reported_length_remaining(tvb,...Alexis La Goutte1-1/+1
2015-06-06DCERPC: There are identical sub-expressions 'tvb_reported_length(tvb)' to the...Alexis La Goutte1-1/+1
2015-06-06DCC: fix There are identical sub-expressions 'tvb_get_guint8(tvb, offset + 4)...Alexis La Goutte1-1/+1
2015-06-06BER: fix There are identical sub-expressions 'tvb_reported_length_remaining(t...Alexis La Goutte1-1/+1
2015-06-06ISAKMP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-06-06IEEE 802.11: Add a option for disable FCS checkAlexis La Goutte1-11/+21