aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-fldb.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate e_uuid_t in favor of e_guid_t.Guy Harris2015-03-031-21/+21
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-1/+0
* Add editor modelines; Reformat as appropriate.Bill Meier2014-10-041-583/+545
* proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann2014-09-201-16/+9
* Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo2014-06-181-8/+8
* Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier2014-04-211-0/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann2013-11-061-173/+111
* Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann2013-10-011-82/+25
* emem -> wmem conversion:Pascal Quantin2013-09-221-8/+8
* From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2013-03-021-22/+22
* Comment out unused hf[] entries & etc.Bill Meier2013-01-311-2/+28
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier2012-05-041-4/+0
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-8/+8
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-121-31/+27
* Use extended value string functions to access dce_error_vals (which has 4397 ...Bill Meier2010-10-131-8/+8
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-58/+29
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-121/+121
* update filter fields for bug 1803Ronnie Sahlberg2007-09-301-124/+124
* Change the long protocol name dissectors for various DFS protocols toGuy Harris2007-09-071-2/+2
* FT_STRING -> FT_GUIDUlf Lamping2006-08-161-4/+4
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* Change the field description to match the field name.Jörg Mayer2005-08-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+2142