aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-6/+8
2015-11-03Remaining ADDRESS macro to address function conversionsJoão Valverde1-4/+4
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+1
2015-09-27SNA: add value 0xC8 to the list registered SAPPascal Quantin1-0/+1
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-1/+1
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-6/+6
2015-02-27Again, we need a separate pointer to advance through the buffer.Guy Harris1-4/+5
2015-02-19Add some casts to satisfy the various compilers.AndersBroman1-1/+1
2015-02-19Add name resolution support to address type.Michael Mann1-4/+4
2015-02-09Add fixed length function for address types.Michael Mann1-1/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-1/+1
2015-02-09Add address type registration.Michael Mann1-13/+74
2015-01-13When allocating address structures, use wmem_new0().Guy Harris1-2/+2
2015-01-11Fix some more regressions introduced in gecaa1f8Pascal Quantin1-8/+4
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-5/+7
2015-01-07SET_ADDRESS -> TVB_SET_ADDRESS to "hide" some of the tvb_get_ptr use.Michael Mann1-20/+9
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-9/+9
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-17/+9
2014-12-01SNA: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-6/+0
2014-11-28Eliminate proto_tree_add_text from packet-sna.c.Michael Mann1-402/+334
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-356/+369
2014-09-12proto_tree_add_text cleanupMichael Mann1-34/+24
2014-09-11Make all "padding" fields filterableMichael Mann1-6/+7
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-15/+9
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26We don't use EBCDIC_to_ASCII(), so we don't need to include <epan/charsets.h>.Guy Harris1-1/+0
2014-02-25Just use proto_tree_add_item() for an EBCDIC string.Guy Harris1-4/+1
2014-02-25Remove a few wrong use of tvb_get_string()Pascal Quantin1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-21/+13
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+9
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-29simplify dissect_gds() a bitMartin Kaiser1-6/+3
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+0
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-70/+70
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-1/+1
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-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1