aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adwin.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-02Fix instances of duplicate display-filter-names with incompatible types.Bill Meier1-2/+2
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-9/+23
2014-09-11Eliminate proto_tree_add_text from some dissectors.Michael Mann1-21/+40
2014-09-10Replace deprecated tvb_length callsEvan Huus1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-04-29Convert a few dissectors with simple request/response tracking from red/black...Pascal Quantin1-5/+5
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-27/+27
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-08-31Convert another 10 dissectors to wmem.Evan Huus1-8/+7
2013-07-16Remove ADWIN_ADD_LE and ADWIN_ADD_BE macros as they don't add much to readabi...Michael Mann1-145/+132
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus1-16/+16
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-3/+3
2013-03-12- [-Wmissing-prototypes]Anders Broman1-2/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
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-06-04Get rid of a couple of warnings.Anders Broman1-2/+2
2012-05-31Try to squelch a couple of warningsAnders Broman1-5/+5
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-18Use value_string_ext fcns to access a number of value_string arrays;Bill Meier1-103/+110
2010-10-28Use ENC_NA tooJeff Morriss1-2/+2
2010-10-28Use ENC_BIG_ENDIAN and ENC_LITTLE_ENDIANJeff Morriss1-61/+61
2010-10-25From Thomas Boehne via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-0/+1449