aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-09-02tvb_reported_length() returns a gint, so assign its value to a gint.Guy Harris1-1/+2
2007-09-02The actual length of the PPPoE payload is returned byGuy Harris1-9/+27
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-5/+5
2006-12-22Report inaccurate PPPoE Session payload length when detected to aid in theStephen Fisher1-12/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-12-07From Martin M various updates and fixesRonnie Sahlberg1-2/+5
2005-11-28Don't show the tag twice.Guy Harris1-2/+5
2005-11-28Host-Uniq is binary, not text.Guy Harris1-3/+3
2005-11-25From Martin Mathieson:Anders Broman1-140/+321
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+309