aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adwin-config.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-32/+60
2014-09-10Replace deprecated tvb_length callsEvan Huus1-2/+2
2014-09-03Don't need include ipproto.hAlexis La Goutte1-1/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-2/+2
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-3/+17
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-30/+30
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Use tvb_get_string_enc() with an explicit encoding, and assume ASCII. Guy Harris1-9/+9
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
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