aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcap.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-02Add new encoding names for seconds/{micro,nano}second time stamps.Guy Harris1-1/+1
2018-07-02Use proto_tree_add_item() for a number of time values.Guy Harris1-4/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-07-21ENIP: Add support for CIP Security Information in ListIdentityMichael Mann1-5/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-2/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-7/+6
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-21Use the "pcap/pcapng packet data" dissector to dissect packet data.Guy Harris1-7/+25
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+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-06-23Remove more deprecated tvb_lengthEvan Huus1-10/+10
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-10-06packet-rpcap.c: Don't use mixed space/tab indentation;Bill Meier1-124/+124
2014-06-23Replace AF_ values by COMMON_AF_ values.Joerg Mayer1-16/+5
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-10/+10
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-10/+10
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Make local functions static.Anders Broman1-0/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+9
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-1/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-10/+22
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-14From beroset:Anders Broman1-4/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-2/+1
2012-07-30tvb_length_remaining() can return -1 if the offset is out of bounds. Be sure...Chris Maynard1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix compilation.Gerald Combs1-2/+2
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-29Dissect some op codes.Stig Bjørlykke1-4/+141
2011-08-29Improved heuristics.Stig Bjørlykke1-11/+5
2011-08-27Stengthen the heuristics a bit (aka don't misclassify some ofJörg Mayer1-2/+8
2011-07-19Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke1-13/+13