aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wcp.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-20wcp: skip buffer too long.Dario Lombardo1-6/+12
2019-12-16wcp: fix indentation.Dario Lombardo1-94/+87
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-4/+4
2018-09-26Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-09WCP: Add a length check.Gerald Combs1-2/+8
2017-11-13Remove circuit APIMichael Mann1-19/+15
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-2/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+1
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-10[wcp] don't THROW() an exception from a dissectorMartin Kaiser1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-6/+6
2015-03-25convert proto_tree_add_uint -> proto_tree_add_itemMichael Mann1-61/+52
2015-03-24wcp: add validations to decompressed_entryEvan Huus1-2/+31
2015-01-13Do bounds checking when decompressing WCP packets.Guy Harris1-34/+82
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-16"Bubble up" the use of pinfo->circuit_id and pinfo->ctype to make it more obv...Michael Mann1-13/+13
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-113/+126
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-2/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
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-1/+1
2013-09-12emem -> wmemJörg Mayer1-48/+48
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+3
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-3/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-04Use explicit casts.Anders Broman1-5/+5
2013-02-27When decompressing, put an entry into the protocol tree that covers allGuy Harris1-48/+52
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-4/+4
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-2/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-12Cleanup use of proto_tree_add_item()/proto_tree_add_uint() in a few casesBill Meier1-9/+9
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1