aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nflog.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-1/+1
2021-12-09NFLOG: Convert to old proto tree APIJoão Valverde1-109/+128
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-1/+2
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-7/+3
2018-06-04When using the NEW_PROTO_TREE_API, the proto_tree_add... functions areJoerg Mayer1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+2
2016-08-21nflog: add fields for interface indicesPeter Wu1-0/+44
2016-08-21nflog: support NFLOG bridge (ebtables) dissectionPeter Wu1-1/+28
2016-08-21netlink-netfilter,nflog: use NFPROTO_xxx instead of AF_xxxPeter Wu1-7/+10
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-08-15Remove unneeded #include <epan/prefs.h>; As needed: Add editor-modelines & ad...Bill Meier1-1/+0
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-14Remove more now-unused stuff.Guy Harris1-4/+0
2014-03-14Get rid of a no-longer used preference.Guy Harris1-17/+0
2014-03-14Fix indent (use 4 spaces) and add ModelinesAlexis La Goutte1-209/+221
2014-03-14Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-03-14Fix -Wunused-const-variable found by Clang 3.5Alexis La Goutte1-7/+0
2014-03-06Have NFLOG TLV type and length be in host byte order.Guy Harris1-78/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Rework code slightly to prevent VS Code Analysis warning:Bill Meier1-3/+5
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-12-08Add more LINUX_AF_* values, create value_string_ext for them. Use it in netli...Jakub Zawadzki1-7/+1
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-08-17Fix few concept of new api tree:Jakub Zawadzki1-18/+23
2013-08-16Convert my dissectors to new proto API.Jakub Zawadzki1-78/+79
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard1-1/+1
2012-12-26Another 64-bit-to-32-bit warning that shows up in 32-bit environments.Guy Harris1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-05-22Suppress a (legitimate) compiler warning for now, and leave a commentGuy Harris1-1/+2
2012-05-22nflog dissector:Jakub Zawadzki1-4/+24
2012-04-27nflog: add BYTE_ORDER_HOST, fix conflicting ENC_BIG_ENDIAN, ENC_NA value_stri...Jakub Zawadzki1-2/+9
2012-04-24Add svn:eol-style property; reformat a few long lines.Bill Meier1-49/+59
2012-04-05Some fixes for nflog. Fix bug #7036Jakub Zawadzki1-13/+33
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-1/+1
2012-03-31Add initial support for dissecting packets encapsulated in Netfilter LOG (DLT...Jakub Zawadzki1-0/+348