aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-10-12From Andrew Feren:Stig Bjørlykke1-1/+1
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix hex-pa...Jeff Morriss1-28/+42
2007-10-11From Andrew Feren:Stig Bjørlykke1-12/+89
2007-10-11Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.Stig Bjørlykke1-1/+1
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman7-31/+32
2007-10-11Allow for dynamic value string array selection.Jaap Keuter1-12/+16
2007-10-11From Andrew feren; Fix typos in two comments ....Bill Meier1-2/+2
2007-10-09Replace a (small) for loop with a memset(). Don't memset() the entire sctp_i...Jeff Morriss1-5/+14
2007-10-09Add support for RFC 4243. Tested using a malformed packet, but it should beGerald Combs1-1/+24
2007-10-08Added some forgotten return types.Stig Bjørlykke1-0/+2
2007-10-08All IE:s handled.Anders Broman1-14/+332
2007-10-08Register to TCP port 0 to be able to do "decode as".Anders Broman1-0/+4
2007-10-08Add 0x7d00 Connection Not Logged In return value to NCP 87/34.Greg Morris1-2/+3
2007-10-08From Florent DROUIN:Anders Broman4-7/+1132
2007-10-08From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c di...Richard van der Hoff4-27/+27
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...Richard van der Hoff1-3/+3
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...Richard van der Hoff1-72/+72
2007-10-07From Martin Peylo:Anders Broman8-275/+1246
2007-10-07Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocolAnders Broman2-0/+5
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingStig Bjørlykke1-22/+29
2007-10-06- Added option to use relative message id (MSID)Stig Bjørlykke1-21/+88
2007-10-05From Andrei Rubaniuk:Stig Bjørlykke1-1483/+2585
2007-10-05From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :Jeff Morriss1-47/+121
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...Tomas Kukosa6-172/+212
2007-10-04Mask out correct bits in EBIT.Stig Bjørlykke1-1/+1
2007-10-04Make selected length of first line include \r\n (as header lines do).Martin Mathieson1-6/+13
2007-10-03Fixes reassembly of chunked http-responses spanning multiple tcp segmentsSake Blok1-3/+1
2007-10-03Updated scsi_verdesc_val from appendix D in spc-3.Stig Bjørlykke1-32/+239
2007-10-03Use correct offset for sccs, bque and reladdr flags.Stig Bjørlykke1-3/+3
2007-10-03This patch adds two new column types:Sake Blok6-3/+104
2007-10-02bug 1872Ronnie Sahlberg1-23/+23
2007-10-02ifdef out a function that is not yet usedRonnie Sahlberg1-0/+3
2007-10-02Fix commentsAnders Broman1-1/+3
2007-10-02Dissect more IE'sAnders Broman3-9/+635
2007-10-02Check return value from ptvcursor_add in an attempt to fix bug 1886.Stig Bjørlykke1-11/+17
2007-10-02Use given length when decoding fhandles as unknown.Stig Bjørlykke1-1/+1
2007-10-02Added a missing break - fixing bug 1890.Stig Bjørlykke1-0/+1
2007-10-02Do not indicate bogus length if inside an icmp.Stig Bjørlykke1-1/+1
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if we...Jeff Morriss1-49/+50
2007-10-02review and update list of TLS cipher suitesTomas Kukosa1-13/+77
2007-10-02coverity 263 check if variable is null before dereferencing itRonnie Sahlberg1-2/+3
2007-10-02remove a test for null that we dont need since the variable can not be Ronnie Sahlberg2-6/+2
2007-10-02get rid of a check for null we dont needRonnie Sahlberg1-3/+1
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...Ulf Lamping1-1/+3
2007-09-30change dissect_radius() to become a new-style dissector that can reject Ronnie Sahlberg1-69/+123
2007-09-30update filter fields for bug 1803Ronnie Sahlberg7-168/+168
2007-09-29"pinfo->match_string" is a "const char *"; save it into a variable ofGuy Harris1-1/+1
2007-09-28Improves dissection of JXTA traffic from http connections. Mike Duigou1-282/+360
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the Data...Jaap Keuter1-1/+19
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...Mike Duigou1-15/+10