aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-5/+5
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+5
2013-03-13- [-Wmissing-prototypes]Anders Broman1-5/+8
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-27As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....Jeff Morriss1-12/+12