aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsip.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier2012-03-181-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-1/+1
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-3/+3
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-23/+23
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-2/+2
* Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-201-2/+2
* Fix an "infinite loop" defect reported by Coverity Prevent (Coverity 430 (run...Bill Meier2011-03-211-1/+1
* Use tvb_ip_to_str() and tvb_ether_to_str().Jeff Morriss2011-02-101-10/+8
* From Brian Ginsbach:Jaap Keuter2011-01-261-0/+1268