aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-35/+35
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-17/+17
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.wmeier1-21/+21
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-4/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.wmeier1-20/+20
2009-11-09Decode Circuit ID and Remote ID DSL Forum TR-101 PPPoE tags.rbalint1-20/+42
2009-10-25Decode DSL Forum TR-101 PPPoE tags.rbalint1-5/+332
2009-10-18From Kip McAtee:jake1-7/+17
2009-08-10For TLV items that are a single integral value and thus must have aguy1-8/+21
2009-08-10Initialize a variable to keep GCC happy ....wmeier1-1/+1
2009-08-10Validate two tag field lengths before attempting to do proto_tree_add_item();wmeier1-5/+25
2009-08-09Don't guard col_clear with col_checkkrj1-8/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-8/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:stig1-39/+39
2009-06-19From Kovarththanan Rajaratnam via bug 3548:stig1-6/+6
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-5/+5
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-02-25Put in a comment discussing ways of better handling the FCS in variousguy1-2/+40
2009-02-23From Kip McAtee (bug 3274):stig1-7/+10
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-13From Edward J. Paradise:jake1-38/+141
2008-07-19From Edward J. Paradise viamorriss1-9/+95
2008-07-18From Edward J. Paradise:jake1-3/+3
2008-04-16Remove (no longer needed) forward declaration of handoff functionmorriss1-4/+1
2008-04-14Fix for bug 2458:jake1-18/+191
2008-02-02Fix for bug 2202, when an ethernet frame with padding is encountered, thesake1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-09-02tvb_reported_length() returns a gint, so assign its value to a gint.guy1-1/+2
2007-09-02The actual length of the PPPoE payload is returned byguy1-9/+27
2007-08-15- s/ntohs/g_ntohsmorriss1-5/+5
2006-12-22Report inaccurate PPPoE Session payload length when detected to aid in thesfisher1-12/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-12-07From Martin M various updates and fixessahlberg1-2/+5
2005-11-28Don't show the tag twice.guy1-2/+5
2005-11-28Host-Uniq is binary, not text.guy1-3/+3
2005-11-25From Martin Mathieson:etxrab1-140/+321
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+309