aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp-midi.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-12Actually progress through the command data (CID-281394)Jaap Keuter1-1/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-9/+7
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-09-09General cleanup of RTP-MIDI dissector.Michael Mann1-1394/+544
2014-08-15Remove unneeded #include; As needed: Add editor modelines & do whitespace cha...Bill Meier1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-13Fix [-Wmissing-prototypes]Anders Broman1-0/+2
2013-11-25Create/use some extended value_strings.Bill Meier1-32/+49
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-05-12Fix the RTP-MIDI Controller filter namePascal Quantin1-1/+1
2013-03-22Fix typo s/jounral/journal/ as pointed out inEvan Huus1-1/+1
2013-03-22Remove some sanity checks that I was able to prove wrong and/or redundant byEvan Huus1-23/+3
2013-03-22Remove 55(!) thoroughly unnecessary tvb_bytes_exist calls from RTP-MIDIEvan Huus1-241/+0
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-676/+629
2012-05-03Fix logic bug. I'm sure this was something Coverity found and I fixed but fo...Chris Maynard1-3/+3
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-30gcc.47 would complain that rsoffset might be used uninitializedJörg Mayer1-16/+16
2012-03-10Don't register the payload type unless it's in the dynamic rangeAnders Broman1-4/+4
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-25/+43
2012-02-27More Warning fixes.Anders Broman1-26/+1
2012-02-27More warning fixes.Anders Broman1-7/+3
2012-02-27Try to fix warning: comparison between signed and unsigned.Anders Broman1-6/+5
2012-02-27Fix some unused parameter warnings etc.Anders Broman1-134/+130
2012-02-27From Tobias Erichsen:Anders Broman1-0/+11234