aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xmcp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-12/+12
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-1/+1
2014-04-19More name changes.Guy Harris1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-12/+15
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-10/+10
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-10/+10
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-10/+8
2013-08-25Batch of filterable expert infos.Michael Mann1-50/+62
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-25/+9
2013-03-19From beroset:Anders Broman1-4/+4
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-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-12/+12
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-08Fix last parameter for tvb_get_guid() callpascal1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-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-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-26/+26
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-09-29Add heuristics in dissect_xmcp_message() to try to avoid dissecting TCP packe...Chris Maynard1-9/+13
2011-09-26Fix modeline.Chris Maynard1-1/+1
2011-09-25Try fixing the signed/unsigned mismatch issues.Stig Bjørlykke1-4/+3
2011-09-25From Glenn Matthews via bug 6319:Stig Bjørlykke1-0/+1407