aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldss.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-3/+3
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-3/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-9/+9
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+13
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-4/+17
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Add a MIN() to avoid reading past the end of a buffer in LDSS. Caught byEvan Huus1-1/+1
2013-12-10In dissect_ldss_transfer(), reject the packet if data is NULL. Fix some typos.Chris Maynard1-7/+10
2013-11-02Mark unused arguments.Guy Harris1-1/+1
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-23/+17
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-2/+2
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-7/+8
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-6/+2
2013-03-18From beroset:Anders Broman1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
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-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-12-14Add call to add_new_data_source() for a newly created REAL_DATA tvb.Bill Meier1-1/+9
2011-12-13Prevent memory leakage of uncompress tvb and associated data buffer (step 1).Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-05-26From Michael Mann.Anders Broman1-1/+1
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-2/+4
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 958-961.Bill Meier1-60/+60
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-4/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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