aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-yami.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+9
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-26/+33
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki1-109/+109
2013-03-15Make the default port zero.Anders Broman1-11/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-16(trivial) Explicitly initialize a static variable to NULL.Bill Meier1-1/+1
2012-07-13Various minor cleanup, including:Bill Meier1-19/+18
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-14Fix Coverity CID 703859: Unused pointer value.Chris Maynard1-2/+1
2012-06-05yami: dissect header messages, add parameter names to parent tree item.Jakub Zawadzki1-22/+62
2012-06-05packet-yami: cleanup, remove non-ASCII character.Jakub Zawadzki1-11/+16
2012-06-05Dissector for YAMI protocol.Jakub Zawadzki1-0/+568