aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldss.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-05-26From Michael Mann.etxrab1-1/+1
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-2/+4
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 958-961.wmeier1-60/+60
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()morriss1-4/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-10-20Fix SE memory corruption reported in https://bugs.wireshark.org/bugzilla/sho...morriss1-0/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-26/+25
2010-01-25Change back from tvb_child_uncompress() to tvb_uncompress() whenstig1-1/+1
2010-01-18Fix some gcc -Wshadow warnings ....wmeier1-5/+5
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"etxrab1-1/+1
2009-09-24Remove check_col() guardkrj1-9/+3
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...krj1-1/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...krj1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+3
2009-07-07From Kovarththanan Rajaratnam:stig1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-03-29Fix code so changing port pref will work + other small changes:wmeier1-208/+207
2009-03-29Fix:etxrab1-1/+1
2009-03-29Squelch warning about variable may be used uninitialized in this functionsfisher1-1/+1
2009-03-29Patch from enhancement bug #3265: LDSS (local download sharing service)sfisher1-0/+1017