aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msrp.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-10/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-25/+25
2009-05-13Apply some of the patches from:Anders Broman1-1/+5
2009-04-06More size_t casts/fixes, and string buffers.Gerald Combs1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-01-17Use ascii_strdown_inplace instead of g_ascii_strdown in a few places.Bill Meier1-5/+6
2008-11-13Small changes related to proto_register & proto_reg_handoffBill Meier1-4/+3
2008-04-07- Remove GLIB1 codeStephen Fisher1-5/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-3/+2
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-13/+13
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-5/+5
2007-03-27Fix some more warnings under gcc 4.0Stephen Fisher1-7/+7
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-11-06Remove some // comments.Jörg Mayer1-1/+1
2006-09-20Make the data part of the message filterableMartin Mathieson1-2/+11
2006-08-01Fix a duplicate MSRP filter stringMartin Mathieson1-1/+1
2006-07-28From Martin Mathieson:Anders Broman1-1/+180
2006-07-19From Martin Mathieson:Anders Broman1-61/+112
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-4/+4
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-30More char -> const char fixesJörg Mayer1-1/+1
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-7/+4
2005-06-16Include <ctype.h> to get "isdigit()" defined/declared.Guy Harris1-9/+7
2005-05-30Add dissection of MSRP Anders Broman1-0/+741