aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-msproxy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Fix warningsJakub Zawadzki2013-12-141-2/+2
* Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann2013-11-021-3/+2
* emem -> wmem conversion:Pascal Quantin2013-09-221-7/+7
* emem -> wmemPascal Quantin2013-09-151-10/+10
* Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann2013-09-151-4/+4
* Removed check_col() and the occasional tree.Michael Mann2013-06-141-20/+11
* Batch of filterable expert infosMichael Mann2013-05-271-3/+15
* Update a comment.Guy Harris2013-04-211-1/+1
* From beroset:Anders Broman2013-03-191-6/+6
* The general convention for "interpreted" fields, where we display a moreGuy Harris2013-03-031-2/+3
* Replace proto_tree_add_text with proto_tree_add_item/expert_infoMichael Mann2013-02-281-48/+77
* Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier2013-01-311-2/+2
* Fix various instances of unused hf[] entries foundBill Meier2013-01-261-1/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-06-041-10/+18
* Fix a proto_tree_add_uint() call that appears to have been intended toGuy Harris2012-05-081-2/+2
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-13/+13
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-22/+22
* There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss2011-01-161-11/+11
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-6/+1
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-16/+16
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* make the tcp_acked struct a pointer from the tcpd struct since we might need...Ronnie Sahlberg2006-03-021-1/+1
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-2/+2
* add missing include to scsiRonnie Sahlberg2005-08-121-28/+4
* More char -> const char fixesJörg Mayer2005-07-301-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* From Jon Ringle:Anders Broman2005-02-021-5/+5
* From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris2004-08-061-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1291