aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msrp.c
AgeCommit message (Collapse)AuthorFilesLines
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-7/+4
again at least one obvious memleak was found in the old code git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15031 f5534014-38df-0310-8fa8-9805f1628bb7
2005-06-16Include <ctype.h> to get "isdigit()" defined/declared.guy1-9/+7
"dissect_msrp()" is a "new-style" dissector; register it as such. Squelch an uninitialized variable warning. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14650 f5534014-38df-0310-8fa8-9805f1628bb7
2005-05-30Add dissection of MSRP etxrab1-0/+741
http://www.ietf.org/internet-drafts/draft-ietf-simple-message-sessions-10.txt git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14491 f5534014-38df-0310-8fa8-9805f1628bb7