aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nettl.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-7/+7
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-3/+2
2020-07-21nettl: user IDs are 32-bit in HP-UX.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-1/+1
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-1/+1
2017-05-02nettl: fix conflicting entry in its value_stringAlexis La Goutte1-2/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+5
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-7/+7
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-18Directly call the FDDI and "raw IP" dissectors from the nettl dissector.Guy Harris1-9/+8
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-03Create/use an extended value_string; Do other misc minor changes.Bill Meier1-235/+249
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-15/+13
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-4/+2
2013-06-06From Mark C. Brown via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Pascal Quantin1-0/+2
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-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-14/+14
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-6/+0
2009-08-23Custom columfication:Kovarththanan Rajaratnam1-3/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-02-25From Mark C. Brown:Jaap Keuter1-6/+3
2008-04-12From Mark C. Brown:Jaap Keuter1-0/+7
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-27From Mark C. Brown:Anders Broman1-8/+31
2007-01-01From Mark C. Brown:Jaap Keuter1-7/+17
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-20From Mark C. Brown:Jaap Keuter1-0/+4
2005-10-26From Mark C Brown, Anders Broman1-4/+6
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
2005-05-17From Mark C Brown,:Anders Broman1-0/+12
2005-04-07updating Mark C Browns informationRonnie Sahlberg1-2/+4
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg1-0/+327