aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adwin-config.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-11Create separate heuristic dissectors for TCP and UDP dissection. Some of the...Michael Mann1-152/+140
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2013-02-26No need for 'if (...initialized) {...}' in proto_reg_handoff...()Bill Meier1-8/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-09Fix 'overflow in implicit constant conversion', make it const.Jakub Zawadzki1-5/+5
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-21/+9
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-4/+3
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-1/+0
2010-10-28Use ENC_NA tooJeff Morriss1-2/+2
2010-10-28Use ENC_BIG_ENDIAN and ENC_LITTLE_ENDIANJeff Morriss1-4/+4
2010-10-27From Thomas Boehne via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-5/+46
2010-10-25From Pascal Quantin: don't accept packets unless they're over TCP or UDP.Jeff Morriss1-1/+4
2010-10-25From Thomas Boehne via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-0/+742