aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-evrc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Delete pointless orig_offset variable, initialize speech_data_len[], use tvb_...cmaynard1-8/+7
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-5/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-03From Michael Lum:etxrab1-4/+38
2010-04-28From Michael Lum:etxrab1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...wmeier1-1/+0
2009-01-13Minor changes related to reg_handoff_ & proto_register_wmeier1-12/+13
2008-11-26Added a default case in the RFC 3558 header format switch.stig1-0/+3
2008-11-26From Michael Lum:etxrab1-0/+532