aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-11/+11
2011-10-17Fixup some display filter names.cmaynard1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-19/+19
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-165/+150
2011-09-21Fix vi "modeline" so it works;wmeier1-1/+1
2011-03-25use the newly created tree to store the new items instead of the parent treesahlberg1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-16Use tvb_memeql().morriss1-7/+5
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-13/+13
2010-11-08Use value_string_ext fcns to access certain value_string arrays;wmeier1-72/+79
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-362/+362
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-1/+7
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-4/+4
2009-08-09Don't guard col_clear with col_checkkrj1-20/+10
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-22/+11
2009-07-23Use consistent indentation ...wmeier1-669/+680
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-75/+75
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+3
2009-03-18Clean up indentation.guy1-11/+13
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-6/+11
2007-11-28Use guints instead of guint8s for counters.gerald1-17/+17
2007-11-28Fixed a possible infinite loop.stig1-3/+3
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-2/+2
2007-03-26From Sebastien Tandel sahlberg1-12/+13
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-10-13From Didieretxrab1-19/+241
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-4/+4
2005-08-14Some 'no previous declararion' warning fixesjmayer1-0/+1
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-35/+5
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-3/+3
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-6/+3
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-4/+4
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2303