aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee17221.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Support AECP vendor unique command and response messages.Daniel McLean1-3/+27
2016-09-25Changes to 1722.1 / MAAP to work with 1722 draft15Andreas Leibold1-3/+3
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-6/+6
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-11-07Get rid of some commented-out stuff.Guy Harris1-4/+0
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-1/+1
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier1-8/+18
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-08-24From Chris Pane via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9063Evan Huus1-7/+12
2013-08-16From Chris Pane:Anders Broman1-146/+137
2013-06-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-05-30Get rid of C++/C99-style comments.Jeff Morriss1-14/+12
2013-05-30From Chris Pane:Anders Broman1-737/+957
2013-05-20From Tom Bottom:Anders Broman1-2/+11
2013-02-12Fix typos in display filters caught by checkfiltername.plMichael Mann1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-74/+112
2013-01-14Fix Coverity CID 732304: Missing break in switch.Chris Maynard1-0/+1
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2012-10-09Comment out unused variable remoce C++ style comments etc.Anders Broman1-7/+8
2012-10-09From Chris Wulff:Anders Broman1-1819/+2581
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-23Rename two entries to avoid having same filter name for entries with incompat...Pascal Quantin1-2/+2
2012-04-27From Tom Bottom:pascal1-7/+9
2012-04-27Fix typo errorspascal1-2/+2
2012-04-27From Tom Bottom:Anders Broman1-11/+16
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-23Add a couple casts to fix the Windows builds.Jeff Morriss1-2/+2
2012-03-23From Tom Bottom via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6887 :Jeff Morriss1-82/+26
2012-03-21Add missing break between AECP_COMMAND_SET_NAME and AECP_COMMAND_GET_NAME cas...Chris Maynard1-0/+1
2012-03-06Use tvb_new_subset_remaining(...) rather than tvb_new_subset(...,-1,-1).Bill Meier1-2/+2
2012-03-05Fix filter name: "iee17221.channels" --> "ieee17221.channels"Bill Meier1-1/+1
2012-03-03Change all hf[] FT_UINT? fields referencing 'avp_bool_vals' to be FT_BOOLEAN ...Bill Meier1-63/+71
2012-03-02Fix a few bugs found by Clang analysis:Jeff Morriss1-6/+6
2012-03-02Fix proto_tree_add_item() 'encoding' args.Bill Meier1-649/+651
2012-03-02From Tom Bottom and Chris Pane via https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-0/+6044