aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-evrc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-03From Michael Lum:Anders Broman1-4/+38
2010-04-28From Michael Lum:Anders Broman1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-02-07#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...Bill Meier1-1/+0
2009-01-13Minor changes related to reg_handoff_ & proto_register_Bill Meier1-12/+13
2008-11-26Added a default case in the RFC 3558 header format switch.Stig Bjørlykke1-0/+3
2008-11-26From Michael Lum:Anders Broman1-0/+532