aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
2007-11-21more SSL debug info concerning conversation and ssl_sessionTomas Kukosa1-0/+6
2007-11-20Update to draft-ietf-rserpool-common-param-15.txt. (WillMichael Tüxen2-68/+152
2007-11-20Add a bounds check in order to try to fix bug #1998.Gerald Combs1-1/+16
2007-11-20Add relative start time, duration, and average data rate (bps) columnsGerald Combs3-4/+44
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
2007-11-20Update some comments and whitespace.Gerald Combs2-4/+7
2007-11-20fix tag handling inside snmp trapTomas Kukosa2-3/+3
2007-11-19Introduce use of the new FT_EBCDIC field type as a second display ofStephen Fisher1-4/+14
2007-11-19From Yaniv kaul:Mike Duigou2-10/+14
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher4-0/+64
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31
2007-11-19Improved "BER Error" messages to be more uniform.Stig Bjørlykke1-43/+48
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
2007-11-19Second try to not stop processing if length==0 in choice.Stig Bjørlykke1-0/+16
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs1-53/+64
2007-11-19Added port range.Stig Bjørlykke1-94/+111
2007-11-19Added port range.Stig Bjørlykke1-47/+34
2007-11-19Initialize credentials.Stig Bjørlykke1-1/+1
2007-11-19Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke1-24/+0
2007-11-18And dump internal ber fields for empty choice field.Stig Bjørlykke1-0/+8
2007-11-18As proposed by Martin Peylo:Stig Bjørlykke1-0/+16
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ...Ulf Lamping1-2/+15
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
2007-11-17Comment out dissect_ascii_tpkt to keep the buildbot happy.Graeme Lunt1-1/+2
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ...Graeme Lunt5-79/+6044
2007-11-17The asciitpkt checkin broke the TPKT dissector comment out create_dissector_h...Anders Broman1-3/+4
2007-11-17Add missing header file (eap.h)Martin Mathieson1-1/+2
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs3-274/+281
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson3-19/+60
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectorJeff Morriss2-6/+33
2007-11-16When reassembly is turned off don't pass non-first fragments to subdissectors...Jeff Morriss1-2/+12
2007-11-16Add {} to some IF statements.Anders Broman1-5/+8
2007-11-16From Harmeet Sawhney:Anders Broman3-10/+326
2007-11-15From Yaniv Kaul :Mike Duigou1-0/+1
2007-11-15Don't try to reassemble a huge number of fragments.Gerald Combs1-0/+5
2007-11-15Add a generated lapd.direction field/filter.Martin Mathieson1-0/+18
2007-11-15new t125 dissectorRonnie Sahlberg2-23/+25
2007-11-15new ldap dissectorRonnie Sahlberg2-35/+42
2007-11-15new x411 dissectorRonnie Sahlberg2-16/+21
2007-11-15updated snmp dissectorRonnie Sahlberg1-13/+15
2007-11-15updated mms dissectorRonnie Sahlberg2-7/+8
2007-11-14Changed to use the the packet-ber EXTERNAL decoding (into the ASN1 context).Graeme Lunt3-181/+41
2007-11-14Keep the MEGACO dissector from looping on a malformed events descriptor.Gerald Combs1-69/+70
2007-11-13From Dejan Bucar:Anders Broman1-67/+170
2007-11-13From Florent DROUIN:Anders Broman2-92/+47
2007-11-13Mark some generated items in ROS.Stig Bjørlykke2-8/+12
2007-11-12Don't dereference a NULL pointer.Gerald Combs2-3/+3
2007-11-12Initialize var_list in dissect_smux(), so that we don't use previouslyGerald Combs2-84/+86
2007-11-12Replace strcpy()+strcat() with g_snprintf(). Make sure a string isn'tGerald Combs2-305/+364