aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msrp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15emem -> wmemPascal Quantin1-4/+4
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-5/+5
2013-01-28Update the MSRP link, it's an actual RFC now.Evan Huus1-1/+1
2012-10-18Minor cleanup:Bill Meier1-7/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-4/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-21/+16
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-18/+18
2011-07-10From Jaap:Anders Broman1-2/+2
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-3/+3
2011-05-18Convert tabs to "4 spaces" since it appears that tabs are "4 space tabs";Bill Meier1-754/+754
2011-05-18Remove code to generate an unuse sub-tree: Coverity: 976;Bill Meier1-12/+3
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-2/+1
2011-03-29Remove check_col().Anders Broman1-17/+13
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