aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vxi11.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30vxi11: remove some unnecessary NULL checksMartin Kaiser1-28/+7
2015-07-21Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().Guy Harris1-15/+15
2015-07-19Require dissectors for all ONC RPC calls and replies.Guy Harris1-6/+5
2015-07-02Have RPC dissector use real dissector tables for its subdissectors instead of...Michael Mann1-3/+3
2015-07-02Replace RPC "dissect_function_t" function signature with "new style" dissecto...Michael Mann1-42/+22
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-3/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-07-22better visibility for vx11Marcel Essig1-2/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+7
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann1-16/+16
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-13/+13
2013-09-12Add missing includesJörg Mayer1-0/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2010-04-16From Jens Kilian: VXI-11 (a.k.a. Network Instrument Protocol) dissectorBill Meier1-0/+1034