Allow try_conversation_dissector() to pass data to subdissectors.
[metze/wireshark/wip.git] / epan / dissectors / packet-atalk.c
2013-11-01 Michael MannAllow try_conversation_dissector() to pass data to...
2013-10-21 Michael MannPass struct aspinfo "private data" into subdissectors...
2013-10-16 Bill MeierFix (what appears to be) a minor bug when dissecting...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-12 Pascal QuantinConvert a few dissectors from emem to wmem API
2013-09-11 Chris MaynardChange the name of the Cisco HDLC dissector table from...
2013-07-17 Jakub ZawadzkiRemove fragment_data, add fragment_head, fragment_item...
2013-03-22 Guy HarrisDon't wire into the reassembly code the notion that...
2013-03-13 Anders Broman- [-Wmissing-prototypes]
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-10-22 Jakub ZawadzkiComment more cases where static allocation is used...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-09-07 Jeff MorrissFrom Robert Bullen via https://bugs.wireshark.org/bugzi...
2012-07-22 Michael MannUpdate display filter names per Bug 2794. Part 1 of...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-27 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2012-03-06 Bill MeierUse tvb_new_subset_remaining() rather than tvb_new_subs...
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-17 Chris MaynardFixup some display filter names.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-09-21 Bill MeierFix vi "modeline" so it works;
2011-03-25 Ronnie Sahlberguse the newly created tree to store the new items inste...
2011-01-30 Stig BjørlykkeIntroduce "Fragment count" filter element for all proto...
2011-01-16 Jeff MorrissUse tvb_memeql().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-08 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-02-03 Stig BjørlykkeChanged "reassembled_length" -> "reassembled.length".
2010-02-02 Stig BjørlykkeIntroduce "Reassembled length" filter element for all...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-23 Bill MeierUse consistent indentation ...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 Stig BjørlykkeFrom Artem Tamazov (bug 3472):
2009-03-18 Guy HarrisClean up indentation.
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-05-09 Anders BromanFix some of the Errors/warnings detected by checkapi.
2007-11-28 Gerald CombsUse guints instead of guint8s for counters.
2007-11-28 Stig BjørlykkeFixed a possible infinite loop.
2007-10-15 Anders BromanImplement some of the minor possible speed improvment...
2007-03-26 Ronnie SahlbergFrom Sebastien Tandel
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-10-13 Anders BromanFrom Didier
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-08-12 Ronnie Sahlbergmore gmemchunk -> se_alloc() improvements
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 Ronnie Sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2005-02-02 Anders BromanFrom Jon Ringle:
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.