aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove (no longer needed) forward declaration of handoff functionJeff Morriss2008-04-161-4/+1
* Fix for bug 2458:Jaap Keuter2008-04-141-18/+191
* Fix for bug 2202, when an ethernet frame with padding is encountered, theSake Blok2008-02-021-1/+1
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-2/+2
* tvb_reported_length() returns a gint, so assign its value to a gint.Guy Harris2007-09-021-1/+2
* The actual length of the PPPoE payload is returned byGuy Harris2007-09-021-9/+27
* - s/ntohs/g_ntohsJeff Morriss2007-08-151-5/+5
* Report inaccurate PPPoE Session payload length when detected to aid in theStephen Fisher2006-12-221-12/+16
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From Martin M various updates and fixesRonnie Sahlberg2005-12-071-2/+5
* Don't show the tag twice.Guy Harris2005-11-281-2/+5
* Host-Uniq is binary, not text.Guy Harris2005-11-281-3/+3
* From Martin Mathieson:Anders Broman2005-11-251-140/+321
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-0/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-2/+2
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-2/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+309