aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-4/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-22/+11
2009-07-23Use consistent indentation ...Bill Meier1-669/+680
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-75/+75
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+3
2009-03-18Clean up indentation.Guy Harris1-11/+13
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-6/+11
2007-11-28Use guints instead of guint8s for counters.Gerald Combs1-17/+17
2007-11-28Fixed a possible infinite loop.Stig Bjørlykke1-3/+3
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-2/+2
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-12/+13
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-13From DidierAnders Broman1-19/+241
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-4/+4
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-0/+1
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-35/+5
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-3/+3
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-6/+3
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2303