aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bzr.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some TCP subdissectors to "new" style.Michael Mann1-4/+6
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-06-03packet-bencode: proto_tree_add_text -> somthing filterableMichael Mann1-7/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-04Split out bencode dissector and use it in the bzr dissector.Jelmer Vernooij1-9/+9
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
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
2012-06-09Do not use BASE_NONE for FT_*INT* types.Chris Maynard1-1/+1
2012-05-05Fix some encoding arguments.Jeff Morriss1-1/+1
2012-02-20Use tvb_reported_length_remaining() iso tvb_length_remaining().Bill Meier1-1/+1
2012-02-20Fix 'variable set but then unused'; Do some whitespace cleanup.Bill Meier1-6/+5
2012-01-14Several minor changes:Bill Meier1-210/+211
2011-12-21From Jelmer Vernooij via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Alexis La Goutte1-0/+333