aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-8/+8
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-4/+3
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+6
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-50/+50
2014-12-09Eliminate proto_tree_add_text from packet-ppp.c.Michael Mann1-267/+351
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-57/+45
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+2
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-217/+113
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-2/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-3/+3
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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