aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-99/+99
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+8
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-11/+11
2011-10-17Fixup some display filter names.Chris Maynard1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-165/+150
2011-09-21Fix vi "modeline" so it works;Bill Meier1-1/+1
2011-03-25use the newly created tree to store the new items instead of the parent treeRonnie Sahlberg1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-16Use tvb_memeql().Jeff Morriss1-7/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-13/+13
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-72/+79
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-362/+362
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+7