aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-satop.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2017-01-08Restore some MPLS registered dissectors.Michael Mann1-4/+2
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-3/+4
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+3
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-04-08Remove MPLS preference that doubled for Decode As.Michael Mann1-2/+6
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-2/+2
2014-06-19To make a dissector available for Decode As, just use dissector_add_handle().Guy Harris1-2/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-09-08Batch of filterable expert infoMichael Mann1-19/+33
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-18/+15
2013-03-18From beroset:Anders Broman1-1/+1
2013-01-26Reformat hf array entries slightly (to help checkdf)Bill Meier1-18/+27
2012-09-28Cleanup:Bill Meier1-18/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-03-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-25Empty strings are not very useful abbreviations. Even if it seems unlikely s...Jeff Morriss1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-35/+35
2010-01-13From Didier Gautheron:Anders Broman1-4/+1
2009-09-10From Artem Tamazov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=39...Jeff Morriss1-17/+48
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-5/+1
2009-06-29From Artem Tamazov:Anders Broman1-17/+11
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-04-28reg_handoff: if (!initialized) ... not req'd; Also: propset.Bill Meier1-10/+4
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-0/+455