aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcap.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19Use correct encoding for proto_tree_add_item().Stig Bjørlykke1-70/+70
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+1
2011-06-30Avoid absurdly large values used in for-loops.Stig Bjørlykke1-0/+15
2011-06-29Strengthen heuristics for Packets.Stig Bjørlykke1-0/+4
2011-06-29Don't return an offset that you won't later use.Guy Harris1-57/+42
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-32/+32
2010-01-13From Didier Gautheron:Anders Broman1-11/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23From Barry Miller via bug 4258:Stig Bjørlykke1-0/+4