aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zep.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-11packet-zep.c: zep.lqi_mode is FT_BOOLEAN, not a FT_UINT, so use proto_tree_ad...Michael Mann1-3/+4
2017-09-10Cleanup packet-zep.cMichael Mann1-93/+102
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-38/+12
2016-02-27ZEP: fix 'zep.seqno' exists multiple times with NOT compatible types: FT_STRI...Alexis La Goutte1-1/+1
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-7/+7
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-2/+12
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-09-10Replace deprecated tvb_length callsEvan Huus1-1/+1
2014-06-24Remove unneeded include <sys/stat.h>Joerg Mayer1-2/+0
2014-06-24Remove unneeded sys/types.hJoerg Mayer1-3/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-5/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-4/+5
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-8/+6
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-0/+7
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-5/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-17time_t and nstime.nsecs are both signed so don't cast them to unsigned to dis...Jeff Morriss1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-2/+2
2011-02-09A couple of dissectors have/need an NTP-to-nstime routine, so put it inJeff Morriss1-23/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.Stig Bjørlykke1-0/+2
2009-09-23Don't col_clear(COL_PROTOCOL) followed by col_set_str(COL_PROTOCOL). A col_se...Kovarththanan Rajaratnam1-1/+0
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2009-05-26zbee: Misc cleanup:Bill Meier1-35/+31
2009-05-23Out goes a C++ comment inside #if 0 #endif to make the API checker happy.Michael Tüxen1-1/+1
2009-05-20From Owen Kirby via bug 3431:Gerald Combs1-0/+395