aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-12(Trivial)Bill Meier1-14/+14
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+45
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-1/+1
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-5/+5
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15A few more dissectors converted to wmemPascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+2
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard1-1/+1
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-12/+8
2013-06-30Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a...Michael Mann1-9/+18
2013-06-29Separate IP option header fields for each dissector that uses dissect_ip_tcp_...Michael Mann1-8/+29
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
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