aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
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-29"Color dissector filters" are just filters.Guy Harris6-23/+23
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-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-27RADIUS: Add IPv6 support to Ascend Data FilterAlexis La Goutte1-18/+30
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-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 Mann1-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-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-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
2015-10-24TDS: Replace use of val_to_str() with VALS()Nathan Cole1-20/+13
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-24NULL terminate some hf_ arrays used in proto_tree_add_bitmask_xxx calls.Michael Mann2-1/+3
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs4-9/+9
2015-10-24802.1ah: call subdissectors even when we have no tree.Jeff Morriss1-8/+6
2015-10-23TDS: Use hf_tds_prelogin fieldAlexis La Goutte1-5/+7
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs116-623/+623
2015-10-21Split RTP player tapping, decoding, and plotting.Gerald Combs1-2/+2
2015-10-21h261: fix "hf->bitmask != 0" assertionPeter Wu1-6/+6
2015-10-21GSM SMS: do not call GSM SMS port IE subdissectors until message is reassembledPascal Quantin1-5/+8
2015-10-21Add to DIS dissector many new PDU types, fixing issues, and richer information.Oren Koler1-224/+1692
2015-10-20X11 generator: avoid extraneous parens in conditionals.Jeff Morriss2-183/+183
2015-10-20TDS: add more casts to please OSX 10.5 x86 buildbotPascal Quantin1-6/+6
2015-10-20NCP2222: use wmem string buffer to build search pattern stringPascal Quantin1-22/+17
2015-10-20TDS: try to pacify buildbotsPascal Quantin1-17/+16
2015-10-20TDS: fix variable 'header_length' is uninitialized when used here [-Wuninitia...Alexis La Goutte1-1/+2
2015-10-20TCP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+1
2015-10-20nbns: Added closing parenthesis on flags itemStig Bjørlykke1-2/+2