For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-pppoe.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 wmeier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 wmeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-21 wmeier(Trivial) Remove trailing whitespace from lines for...
2011-07-18 wmeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-05-14 wmeierFix a few usages of "" in the hfp] array 'blurb' field.
2009-11-09 rbalintDecode Circuit ID and Remote ID DSL Forum TR-101 PPPoE...
2009-10-25 rbalintDecode DSL Forum TR-101 PPPoE tags.
2009-10-18 jakeFrom Kip McAtee:
2009-08-10 guyFor TLV items that are a single integral value and...
2009-08-10 wmeierInitialize a variable to keep GCC happy ....
2009-08-10 wmeierValidate two tag field lengths before attempting to...
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-21 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-19 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-01 jakeFrom Reinhard Speyerer:
2009-02-25 guyPut in a comment discussing ways of better handling...
2009-02-23 stigFrom Kip McAtee (bug 3274):
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-13 jakeFrom Edward J. Paradise:
2008-07-19 morrissFrom Edward J. Paradise via
2008-07-18 jakeFrom Edward J. Paradise:
2008-04-16 morrissRemove (no longer needed) forward declaration of handof...
2008-04-14 jakeFix for bug 2458:
2008-02-02 sakeFix for bug 2202, when an ethernet frame with padding...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-09-02 guytvb_reported_length() returns a gint, so assign its...
2007-09-02 guyThe actual length of the PPPoE payload is returned by
2007-08-15 morriss- s/ntohs/g_ntohs
2006-12-22 sfisherReport inaccurate PPPoE Session payload length when...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-12-07 sahlbergFrom Martin M various updates and fixes
2005-11-28 guyDon't show the tag twice.
2005-11-28 guyHost-Uniq is binary, not text.
2005-11-25 etxrabFrom Martin Mathieson:
2005-09-28 guyHave show_exception() take a "const char *" as its...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2004-07-18 gramMove dissectors to epan/dissectors directory.