aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Replace a (small) for loop with a memset(). Don't memset() the entire sctp_i...morriss1-5/+14
2007-10-09Add support for RFC 4243. Tested using a malformed packet, but it should begerald1-1/+24
2007-10-08Added some forgotten return types.stig1-0/+2
2007-10-08All IE:s handled.etxrab1-14/+332
2007-10-08Register to TCP port 0 to be able to do "decode as".etxrab1-0/+4
2007-10-08Add 0x7d00 Connection Not Logged In return value to NCP 87/34.gmorris1-2/+3
2007-10-08From Florent DROUIN:etxrab4-7/+1132
2007-10-08From Chris Maynard <christopher.maynard@gtech.com> / Bug 1798: packet-d*.c di...richardv4-27/+27
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...richardv1-3/+3
2007-10-07From Chris Maynard <christopher.maynard@gtech.com>: Incorrect display filter ...richardv1-72/+72
2007-10-07From Martin Peylo:etxrab8-275/+1246
2007-10-07Add ethertype for IEEE 802.1ag Connectivity Fault Management (CFM) protocoletxrab2-0/+5
2007-10-06- Initialize address_item in MessageIdentifier to avoid a crash in handlingstig1-22/+29
2007-10-06- Added option to use relative message id (MSID)stig1-21/+88
2007-10-05From Andrei Rubaniuk:stig1-1483/+2585
2007-10-05From Andrew Feren via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1606 :morriss1-47/+121
2007-10-05export more types from H.225.0 and H.245 which will be necessary for H.460.x,...kukosa6-172/+212
2007-10-04Mask out correct bits in EBIT.stig1-1/+1
2007-10-04Make selected length of first line include \r\n (as header lines do).martinm1-6/+13
2007-10-03Fixes reassembly of chunked http-responses spanning multiple tcp segmentssake1-3/+1
2007-10-03Updated scsi_verdesc_val from appendix D in spc-3.stig1-32/+239
2007-10-03Use correct offset for sccs, bque and reladdr flags.stig1-3/+3
2007-10-03This patch adds two new column types:sake6-3/+104
2007-10-02bug 1872sahlberg1-23/+23
2007-10-02ifdef out a function that is not yet usedsahlberg1-0/+3
2007-10-02Fix commentsetxrab1-1/+3
2007-10-02Dissect more IE'setxrab3-9/+635
2007-10-02Check return value from ptvcursor_add in an attempt to fix bug 1886.stig1-11/+17
2007-10-02Use given length when decoding fhandles as unknown.stig1-1/+1
2007-10-02Added a missing break - fixing bug 1890.stig1-0/+1
2007-10-02Do not indicate bogus length if inside an icmp.stig1-1/+1
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if we...morriss1-49/+50
2007-10-02review and update list of TLS cipher suiteskukosa1-13/+77
2007-10-02coverity 263 check if variable is null before dereferencing itsahlberg1-2/+3
2007-10-02remove a test for null that we dont need since the variable can not be sahlberg2-6/+2
2007-10-02get rid of a check for null we dont needsahlberg1-3/+1
2007-10-02be a bit more verbose, if the name given to register_dissector_table() is not...ulfl1-1/+3
2007-09-30change dissect_radius() to become a new-style dissector that can reject sahlberg1-69/+123
2007-09-30update filter fields for bug 1803sahlberg7-168/+168
2007-09-29"pinfo->match_string" is a "const char *"; save it into a variable ofguy1-1/+1
2007-09-28Improves dissection of JXTA traffic from http connections. bondolo1-282/+360
2007-09-28Why do I have to enable the Bytes View to see the (start of) data of the Data...jake1-1/+19
2007-09-28Special casing is no longer necessary for formatting of AT_STRINGZ in col_set...bondolo1-15/+10
2007-09-28Changes get_addr_name_buf() to use the more common convention where the provi...bondolo3-11/+6
2007-09-28Handle IPv6 addresses in ipprim headers.martinm1-39/+107
2007-09-28this silly protocol uses the same port as ndmp and worse, there is sahlberg1-2/+27
2007-09-28add ndmp.h to the makefilesahlberg1-0/+1
2007-09-28add a function to test if a packet is ndmp or notsahlberg2-8/+54
2007-09-28ndmp and tcp encapsulation of esp both use port 10000sahlberg1-0/+6
2007-09-28queue the ip/eth headers for tapping before calling any subdissectors sahlberg2-14/+11