aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xcsl.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-6/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-3/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
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-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-1/+2
2013-10-18- Remove hf_ integers from few more dissectorsJakub Zawadzki1-59/+59
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-13/+9
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-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-6/+6
2011-05-23Use correct subtree for proto_tree_add_item in several places: Coverity 1130 ...Bill Meier1-224/+227
2011-05-17Use val_to_str() instead of blindly passing the return value from match_strval()Jeff Morriss1-2/+2
2010-10-17Removed unused hf_xcsl.Stig Bjørlykke1-8/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-14/+14
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-04-08More ethereal --> wiresharkBill Meier1-1/+1
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-14Added check for length in heuristic check so we don't dissect unknownStig Bjørlykke1-2/+4
2008-03-10From Dick Gooris:Jaap Keuter1-0/+368