aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nflog.c
AgeCommit message (Expand)AuthorFilesLines
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