summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-01Use value_string_ext fcns to access various value_string arrays.Bill Meier1-643/+661
2010-10-22From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-189/+92
2010-10-21From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-82/+139
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-0/+2
2010-06-20Added an expert info for "4 NOP in a row" in IP and TCP.Stig Bjørlykke1-5/+5
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-4/+4
2010-05-30From Chris Maynard:Jaap Keuter1-0/+1
2010-05-30From Chris Maynard:Jaap Keuter1-15/+24
2010-05-12From Chris Maynard via bug 4722:Gerald Combs1-0/+1
2010-04-21From Chris Maynard:Guy Harris1-2/+51
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-02-01Use consistent indentation; remove trailing spaces/tabs on lines.Bill Meier1-2280/+2280
2010-01-30From Shivesh Makharia:Jaap Keuter1-0/+561
2010-01-30IANA updates and fixes for PPP types.Jaap Keuter1-4/+6
2010-01-27From shivesh83@gmail.com:Anders Broman1-62/+66
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-5/+5
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-9/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST) with col_checkKovarththanan Rajaratnam1-12/+6
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-16/+8
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-24/+12
2009-08-09Don't use DISSECTOR_ASSERT() to check a packet's content. Fixes bugGuy Harris1-6/+18
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-07-13The PPP protocol type of 0031 is for the PPP Bridging Control Protocol;Guy Harris1-3/+3
2008-07-13Dissect the PPP Bridge Control Protocol header. Hand Ethernet packetsGuy Harris1-32/+210
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs1-29/+29
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-7/+7
2007-04-02From Donald White:Stephen Fisher1-0/+392
2006-10-11From Donald White:Anders Broman1-3/+16
2006-09-04From Donald White:Jaap Keuter1-2/+3
2006-08-28Donald White <donald_white@qwest.net>Jörg Mayer1-4/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-27From Ravi Valmikam:Anders Broman1-0/+1
2006-02-22 from kirby filesRonnie Sahlberg1-0/+31
2006-01-16done:Jörg Mayer1-3/+5
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-12-07From Martin M various updates and fixesRonnie Sahlberg1-2/+2
2005-11-28Give the RFC number for CHAP.Guy Harris1-17/+21
2005-11-26from Martin MRonnie Sahlberg1-58/+158
2005-10-27remove some strcpyRonnie Sahlberg1-10/+5
2005-10-11From Ignacio GoyretAnders Broman1-2/+2