aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
AgeCommit message (Expand)AuthorFilesLines
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