aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-10-29Fix typoes.Guy Harris1-2/+2
2015-10-29ssl-utils: add versions to ssl debug logPeter Wu4-24/+23
2015-10-29It's "GTP Prime" ("GTP'"), not "GTP Prim".Guy Harris1-10/+10
2015-10-29Distinguish mDNS from Boring Old DNS.Guy Harris1-3/+3
2015-10-29epl: Put OD information into own subtreeChristoph Schlosser1-5/+15
2015-10-29[SMB2] Fix compile error.Michael Mann1-1/+2
2015-10-29EPAN: fix indent (use tab)Alexis La Goutte1-37/+37
2015-10-29pcp: fix reporting of error status in info columnRyan Doyle1-1/+1
2015-10-29packet-smb2: display SMB2_FLAGS_PRIORITY_MASK in the headerStefan Metzmacher2-0/+19
2015-10-29packet-smb2: maintain a smb2_fid_info per open fileStefan Metzmacher2-13/+98
2015-10-29Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.Guy Harris1-2/+0
2015-10-29Tweak some names to better reflect what the named items are.Guy Harris2-6/+6
2015-10-29Better explain what these are all about.Guy Harris2-2/+4
2015-10-29"Color dissector filters" are just filters.Guy Harris10-58/+58
2015-10-29HSRP(v2): Always display all fields (Like Padding...)Alexis La Goutte1-1/+8
2015-10-29packet-dcerpc: Move Auth padding to the right treeGregor Beck1-1/+1
2015-10-29RADIUS: remove space before ;Alexis La Goutte1-12/+12
2015-10-28frame_data: Reset subnum if visited is resettedRoland Knall1-0/+1
2015-10-28epan_init(): make 'status' volatile (to avoid might-be-clobbered warnings).Jeff Morriss1-1/+1
2015-10-28STUN: identify new TCP specific methods as being TURNPascal Quantin1-0/+3
2015-10-28Improve dissection of HSRPv1 packets using MD5 authenticationDhiru Kholia1-78/+109
2015-10-28Get rid of a couple of UAT macros.Gerald Combs2-28/+86
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2-17/+53
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 Combs2-0/+14
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-27Add Decode As capabilities to MoldUDP64 dissector.Michael Mann2-5/+43
2015-10-27It is RADIUS ProtocolAlexis La Goutte1-1/+1
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-27Convert SIP statistics to the stat tap API.Gerald Combs2-13/+327
2015-10-27Replace all "dissector filter" registrations with "dissector color filter" re...Michael Mann5-126/+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-26EPL: fix no previous prototype for epl_[gs]et_sequence_nr [-Wmissing-prototypes]Alexis La Goutte1-2/+2
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss16-58/+58
2015-10-26EPL: add explicit casts to please OSX 10.5 x86 buildbotPascal Quantin1-2/+2
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 Combs2-23/+158
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-25epl: Remove usage of subnumRoland Knall1-5/+34
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-24PER: fix ASAN runtime error: left shift of negative value -1Pascal Quantin1-1/+1