aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slowprotocols.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-05-31Split off the dissectors for 802.3 "slow protocols".Guy Harris1-4204/+22
2014-05-01Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-04-28DPoE OAM message decoding as per CableLabs spec.Philip Rosenberg-Watt1-11/+790
2014-04-14Fixed deprecated tvb_length and tvb_length_remaining.Philip Rosenberg-Watt1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-9/+9
2013-08-25Batch of filterable expert infos.Michael Mann1-32/+43
2013-04-04Fix Coverity CID 280404: Logically dead code.Chris Maynard1-3/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2012-12-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8036 :Pascal Quantin1-6/+14
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-23Replace dup value (typo ?) with what seems to be the correct value.Bill Meier1-1/+1
2012-08-01Fix the remaining part of Coverity CID 280009 (formerly CID 9): "Logically de...Chris Maynard1-5/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier1-2/+2
2012-04-26From vaicebine via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7199 :pascal1-2/+2
2012-04-20From Matt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7160 :pascal1-1/+1
2012-03-23From Elliot Parsons via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6...Jeff Morriss1-1/+1
2012-03-06Use tvb_new_subset_remaining(...) rather than tvb_new_subset(...,-1,-1);Bill Meier1-110/+110
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss1-15/+10
2011-01-16Actually use proto_tree_add_item instead of proto_tree_add_bytes. Fixes bug ...Jeff Morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-46/+26
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-30Use value_string_ext to access one of the value-string arrays.Bill Meier1-256/+258
2010-08-08From Roberto Morro:Anders Broman1-92/+178
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-754/+754
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-11-09Removed unused assignments.Stig Bjørlykke1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-18/+9
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+4
2009-07-05From Kovarththanan Rajaratnam:Anders Broman1-2/+2
2009-06-24From Artem Tamazov:Jaap Keuter1-0/+530
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15