aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-09NULL terminate bit field list. Bug 8638 (https://bugs.wireshark.org/bugzilla...Michael Mann1-1/+2
2013-04-02Dissect more 3GPP2 extensions.Anders Broman1-14/+60
2013-03-25Fix RFC number.Guy Harris1-1/+1
2013-03-19From beroset:Anders Broman1-4/+4
2013-03-18Update a value_stringAnders Broman1-0/+4
2012-12-03Declare a value_string as static.Bill Meier1-1/+1
2012-11-22Fix potential buffer overflow crash; (Bug #7880).Bill Meier1-48/+43
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-134/+139
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-14/+32
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-18Initialize ett's and hf's to "-1", not "- 1".Chris Maynard1-4/+4
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-28Yet another case of bug #7316 (r42989) and bug #7668 (r44688)Jakub Zawadzki1-1/+1
2012-08-28Fix bug #7668Jakub Zawadzki1-1/+1
2012-08-16col_...() and expert...() fcns should not be under 'if (tree)';Bill Meier1-128/+120
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