aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris8-26/+73
2015-10-27Update Travis to TrustyAlexis La Goutte1-4/+7
2015-10-27RADIUS: Add IPv6 support to Ascend Data FilterAlexis La Goutte1-18/+30
2015-10-27Add preferences for related packets and the scroll bar minimap.Gerald Combs5-12/+49
2015-10-27STUN: add TCP specific methods and attributePascal Quantin1-8/+18
2015-10-27[ssl] dissect handshake messages even if we have no treeMartin Kaiser3-94/+80
2015-10-27RADIUS: Use directly tvb_ip*_to_strAlexis La Goutte1-14/+3
2015-10-27PPCAP: don't pass by local variable for display addressAlexis La Goutte1-9/+4
2015-10-27Qt: Add a filter expression item to the display filter edit menu.Gerald Combs6-4/+17
2015-10-27Add jitter logic to RtpAudioStream.Gerald Combs6-45/+354
2015-10-27Add Decode As capabilities to MoldUDP64 dissector.Michael Mann2-5/+43
2015-10-27It is RADIUS ProtocolAlexis La Goutte1-1/+1
2015-10-27opcua: display string representation of AttributeId and DeadbandTypeHannes Mezger5-9/+43
2015-10-27Dfilter: Mark an error in %syntax_errorStig Bjørlykke1-0/+2
2015-10-27GVCP: do not try to append register value to info column when READREG_ACK has...Pascal Quantin1-1/+8
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki19-6/+45
2015-10-27Convert SIP statistics to the stat tap API.Gerald Combs7-721/+328
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann8-145/+23
2015-10-27List the disappearance of the ADDRESS macros as an API change.Jeff Morriss1-5/+5
2015-10-27Show the Experimental-Result-Code if we don't know have a subdissector for thatJeff Morriss1-5/+26
2015-10-27nfs: Add FF_FLAGS_NO_IO_THRU_MDS for layout flagsTom Haynes1-0/+6
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin12-42/+45
2015-10-26EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-10-26[Nettrace] Port can have 5 characters.AndersBroman1-2/+2
2015-10-26Nettrace 3GPP 32.423: Fix Dead Store (Dead assignement/Dead increment) warnin...Alexis La Goutte1-2/+0
2015-10-26extcap: add missing types in doc.Dario Lombardo1-1/+3
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss16-58/+58
2015-10-26Qt: fix memory leaks in VoIP calls windowPascal Quantin2-8/+10
2015-10-26EPL: add explicit casts to please OSX 10.5 x86 buildbotPascal Quantin1-2/+2
2015-10-26Don't use the non-existent decoded data if decode_rtp_packet() returns 0.Guy Harris1-3/+4
2015-10-26Allocate h245_labels when we initialize the h245dg tap.Guy Harris1-0/+6
2015-10-26There's no need to register 32 hf's which are identical except for the name:Jeff Morriss1-20/+10
2015-10-25Update URLs for DDS specifications.Guy Harris1-1/+4
2015-10-25[Automatic update for 2015-10-25]Gerald Combs36-2440/+3404
2015-10-25Require GnuTLS 2.12.0, add cmake version detectionPeter Wu3-5/+20
2015-10-25SDP: protect against out of bounds accessPascal Quantin1-1/+1
2015-10-25There's no need for all these variables to be volatile.Jeff Morriss1-16/+16
2015-10-25[nfs] don't THROW() an exception from a dissectorMartin Kaiser1-21/+27
2015-10-25Bail out immediately if we can't allocate a buffer for carving up $PATH.Guy Harris1-11/+10
2015-10-25epl: Remove usage of subnumRoland Knall1-5/+34
2015-10-25lemon: move free() to avoid mem leak (CID 718529)Dario Lombardo1-8/+11
2015-10-24[aeron] a new-style dissector should return 0 (not -1) to reject a packetMartin Kaiser1-6/+9
2015-10-24NTP timestamps can't be relative.Michael Mann1-7/+7
2015-10-24RLC Graph: call replot() with rpQueued to avoid lag caused by trying to draw ...Martin Mathieson1-8/+10
2015-10-24lemon: add free() to avoid mem leak (CID 1309088)Dario Lombardo1-1/+2
2015-10-24PER: fix ASAN runtime error: left shift of negative value -1Pascal Quantin1-1/+1
2015-10-24Remove ADDRESS macros and just have their lower-case equivalents.Michael Mann1-8/+1
2015-10-24TDS: Replace use of val_to_str() with VALS()Nathan Cole1-20/+13
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin2-64/+64
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann2-1/+3