aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-sidsnooping.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-5/+5
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-20/+20
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-1/+1
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-5/+5
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-5/+5
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-11-27SMB sidsnooping: use sid as key and name as valuePeter Wu1-54/+7
2015-11-07Remove some unnecessary includes.Guy Harris1-2/+0
2015-07-03Split four more init routines into init/cleanupPeter Wu1-31/+16
2014-12-26Fix some dissectors doing termio (fprintf(stderr,..), g_warning()).Bill Meier1-3/+4
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+3
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-3/+16
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-6/+2
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-2/+2
2013-09-13Replace some emem with wmem.Evan Huus1-2/+2
2013-03-18From beroset:Anders Broman1-12/+12
2013-02-07Use proto_registrar_get_id_byname() instead of proto_registrar_get_byname();Bill Meier1-40/+14
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-01-22Fix some gcc -Wshadow warningsBill Meier1-5/+5
2009-12-30From babi via bug 4352:Stig Bjørlykke1-0/+2
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-3/+3
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+8
2009-03-29More size_t casts.Anders Broman1-1/+1
2008-06-27Fix some checkAPIs warnings.Gerald Combs1-8/+4
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-1/+2
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-1/+1
2007-07-09disabling sid snooping in the codeRonnie Sahlberg1-5/+13
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-3/+3
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-2/+2
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-2/+1
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-27sprintf removalRonnie Sahlberg1-1/+1
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-23/+3
2005-01-01Make the signatures of functions passed to "register_tap_listener()"Guy Harris1-13/+12
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-7/+7