aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldss.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-20Fix SE memory corruption reported in https://bugs.wireshark.org/bugzilla/sho...Jeff Morriss1-0/+2
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-26/+25
2010-01-25Change back from tvb_child_uncompress() to tvb_uncompress() whenStig Bjørlykke1-1/+1
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-5/+5
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman1-1/+1
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-9/+3
2009-09-23Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...Kovarththanan Rajaratnam1-1/+1
2009-09-23Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...Kovarththanan Rajaratnam1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+3
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-03-29Fix code so changing port pref will work + other small changes:Bill Meier1-208/+207
2009-03-29Fix:Anders Broman1-1/+1
2009-03-29Squelch warning about variable may be used uninitialized in this functionStephen Fisher1-1/+1
2009-03-29Patch from enhancement bug #3265: LDSS (local download sharing service)Stephen Fisher1-0/+1017