aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-18Fix crash in PPP dissectorBalint Reczey1-0/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier1-97/+92
2012-06-08Fix some dead assignments.Gerald Combs1-10/+0
2012-06-01Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7316 :Pascal Quantin1-1/+1
2012-05-30Mark pinfo as unused. Change args to proto_tree_add_text().Chris Maynard1-15/+15
2012-05-30PPP CCP improvements. And yay, checkAPIs no longer complains about the numbe...Chris Maynard1-145/+536
2012-05-16Largely, whitespace and formatting changes. Added modelines to match.Chris Maynard1-4694/+4347
2012-05-15Call dissect_osinlcp_opt_type_len() to dissect the OSINLCP option type and l...Chris Maynard1-5/+5
2012-05-15ifdef out dissect_osinlcp_opt_type_len since it's not used--should it be?Jeff Morriss1-0/+2
2012-05-15PPP OSINLCP improvements. Note that the protocol name has been changed from ...Chris Maynard1-40/+62
2012-05-15PPP IPCP improvements.Chris Maynard1-248/+501
2012-05-11Despite the OSX-10.5-x86 buildbot insisting that they are, neither 'flags' no...Chris Maynard1-3/+2
2012-05-11Further LCP improvements:Chris Maynard1-109/+182
2012-05-10PPP code, identifier, length and magic number are now filterable. Don't call...Chris Maynard1-79/+94
2012-05-10PPP LCP improvements, mostly with LCP options. checkAPIs.pl and checkfiltern...Chris Maynard1-697/+1473
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();Bill Meier1-83/+84
2011-11-29From Pascal Quantin:Anders Broman1-0/+5
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
2011-10-21Fix two proto_tree_add_item() encoding args not handled by fix-encoding-arg.Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-13/+13
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-29/+29
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-4/+4
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-2/+2
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-2/+2
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
2011-05-10Allow both PPP and ISO/IEC 13818-1 over USB to be dissected using heuristics.Chris Maynard1-6/+5
2011-03-24Don't assign to a proto_item* if the value won't be used:Bill Meier1-27/+44
2011-02-12Register an ett_ variable.Jeff Morriss1-0/+1
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-21Adress => Address corrections (also in comments).Sake Blok1-3/+3
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-62/+62
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