aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nsip.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-2/+2
2017-02-22GPRS-NS: display nsip.cause and nsip.pdu_type as BASE_HEXPascal Quantin1-2/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-25/+6
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-2/+0
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-10-06[NSIP] Wrong offset used for proto_tree_add_bitmask() for the reset flag.AndersBroman1-2/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2015-05-21[NSIP GPRS-NS] Fix a crash due to not NULL terminated hf arrays forAnders1-0/+2
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-38/+28
2015-04-07Add proper "Decode As" mechanism for AAL2 instead of preference.Michael Mann1-0/+2
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann1-6/+17
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-18/+15
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-20/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-12-13Do one or more of the following:Bill Meier1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-05remove some more if (tree) checksMartin Kaiser1-29/+23
2013-10-05add editor modelinesMartin Kaiser1-0/+13
2013-10-05remove some unnecessary if (tree) checksMartin Kaiser1-21/+13
2013-10-05From Jacob ErlbeckMartin Kaiser1-8/+18
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-23/+12
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+2
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-14/+2
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-30/+18
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-8/+8
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-4/+12
2012-12-20Revert r46595Pascal Quantin1-75/+0
2012-12-18Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8095 :Pascal Quantin1-0/+75
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-8/+8
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-19Use ENC_... instead of locally defined NSIP_LITTLE_ENDIAN for proto_tree_add_...Bill Meier1-6/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier1-4/+3