aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-27Use find_or_create_conversation().AndersBroman1-8/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-5/+6
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-2/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-11/+11
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-15/+22
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+5
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-22/+29
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
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/+0
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-5/+7
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-3/+3
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+4
2015-02-19Add name resolution support to address type.Michael Mann1-8/+9
2015-02-09Add fixed length function for address types.Michael Mann1-2/+6
2015-02-09Add "column filter string" support to address types.Michael Mann1-12/+54
2015-01-13When allocating address structures, use wmem_new0().Guy Harris1-4/+4
2015-01-11Fix some more regressions introduced in gecaa1f8Pascal Quantin1-28/+29
2015-01-09disperse atalk-utils.[ch]Michael Mann1-1/+1
2015-01-09convert variables that were static just because of SET_ADDRESS macro to use t...Michael Mann1-11/+12
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+2
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-8/+8
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-51/+23
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-7/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-04-06Move the status dissecting code to the AFP dissector.Guy Harris1-393/+10
2014-04-04Fix more verbs, and fix one field long name that matches its blurb now.Guy Harris1-9/+9
2014-04-04Clean up some strings - "UTF8" to "UTF-8", etc..Guy Harris1-12/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-24Check for a zero offset in the "get status" reply *before* adding theGuy Harris1-4/+8
2014-01-12remove unnecessary if(tree) statementsMartin Kaiser1-12/+8
2014-01-12Coverity 280438: missing breakMartin Kaiser1-11/+11
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-13Pass the information from ATP to the conversation dissector.Guy Harris1-1/+1
2013-12-11Reject the packet if data is NULL.Chris Maynard1-0/+8
2013-11-18fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9448Martin Kaiser1-2/+2
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-1/+1
2013-10-21Pass struct aspinfo "private data" into subdissectors instead of using pinfo-...Michael Mann1-16/+13
2013-10-16Fix (what appears to be) a minor bug when dissecting RTMP.Bill Meier1-2/+2