summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-19From Yaniv kaul:Mike Duigou2-10/+14
Adds const declarations to req_resp_hdrs_do_reassembly() and re-orders some actions to occur after tests which may decide that the actions were not required. svn path=/trunk/; revision=23504
2007-11-19Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher6-2/+72
FT_STRING, except that it converts the data from the packet from EBCDIC to ASCII for display in Wireshark. svn path=/trunk/; revision=23503
2007-11-19Detect reneged acks or at least retransmissions after an ack was seen. MarkJeff Morriss1-25/+31
them with an expert info (PI_WARN). Change "Duplicate TSN" expert info to "Retransmitted TSN" and make it PI_NOTE instead of PI_WARN. Change "More than 100 TSNs gap-acked" expert info to PI_WARN (from PI_NOTE). Frame numbers (and count of retransmissions) are unsigned, display them that way. svn path=/trunk/; revision=23502
2007-11-19Improved "BER Error" messages to be more uniform.Stig Bjørlykke1-43/+48
svn path=/trunk/; revision=23501
2007-11-19Get the number of captured bytes from "rlen" instead of "wlen". This shouldGerald Combs1-41/+41
fix bug #1983. svn path=/trunk/; revision=23500
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson4-38/+23
- Lose unuseful header file svn path=/trunk/; revision=23499
2007-11-19Only show direction field when its set to a valid value.Martin Mathieson1-2/+3
svn path=/trunk/; revision=23498
2007-11-19Second try to not stop processing if length==0 in choice.Stig Bjørlykke1-0/+16
svn path=/trunk/; revision=23497
2007-11-19Fix an infinite loop, and be more paranoid about looping in general.Gerald Combs2-53/+76
svn path=/trunk/; revision=23496
2007-11-19Add missing \Martin Mathieson1-1/+1
svn path=/trunk/; revision=23495
2007-11-19Try to fix reported uninstallation problemsMartin Mathieson2-0/+5
svn path=/trunk/; revision=23494
2007-11-19Added p7 to build environment.Stig Bjørlykke3-0/+11
svn path=/trunk/; revision=23493
2007-11-19Added port range.Stig Bjørlykke1-94/+111
Added a dissector assert on inconsistent data. Do not align retransmission or duplicate acknowledgement data in COL_INFO. Removed several _U_ for used variables. Re-indented some if-blocks. svn path=/trunk/; revision=23492
2007-11-19Added port range.Stig Bjørlykke1-47/+34
svn path=/trunk/; revision=23491
2007-11-19Initialize credentials.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=23490
2007-11-19Reverted r23485 and r23486, this was not a correct fix.Stig Bjørlykke1-24/+0
svn path=/trunk/; revision=23489
2007-11-19Fix my last commit (23487) to work with GTK 2.4 - 2.11+. I had accidentlyStephen Fisher1-6/+12
used a GTK 2.12+ function in the last commit. svn path=/trunk/; revision=23488
2007-11-19Fix a problem introduced with the GTK 2.4+ Toolbar API whereby the save/Stephen Fisher1-3/+27
save as button would disappear (leaving a blank spot on the toolbar) after starting & stopping a capture session more than once. This fix gets rid of the second save_as_button when using GTK 2.4+ in favor of converting the stock id / tooltip text of the save_button to that of the save as button when necessary and reverting it back to just save when necessary. svn path=/trunk/; revision=23487
2007-11-18And dump internal ber fields for empty choice field.Stig Bjørlykke1-0/+8
svn path=/trunk/; revision=23486
2007-11-18As proposed by Martin Peylo:Stig Bjørlykke1-0/+16
Do not stop processing if the length of a choice has the (illegal) value of zero. svn path=/trunk/; revision=23485
2007-11-18Update to optionally use the "Ultimate Packer for eXecutables" (UPX) to pack ↵Graeme Lunt4-2/+29
the exes and dlls prior to U3 and PortableApps packaging. For the U3 package, this results in a 40% smaller package. For the PortableApps version, the package size is not much different, but the install time is quicker. svn path=/trunk/; revision=23484
2007-11-18fix bug 1459: make the filter string "ip.version == 6" possible, by adding a ↵Ulf Lamping1-2/+15
"pseudo" field svn path=/trunk/; revision=23483
2007-11-18Fix bug #1164 again - this time for GTK1.Stephen Fisher1-0/+4
svn path=/trunk/; revision=23482
2007-11-17Add ppp.direction field.Martin Mathieson1-0/+18
svn path=/trunk/; revision=23481
2007-11-17Comment out dissect_ascii_tpkt to keep the buildbot happy.Graeme Lunt1-1/+2
svn path=/trunk/; revision=23480
2007-11-17Basic P7 (X.400 Message Store Access Protocol) dissection after request from ↵Graeme Lunt16-85/+8911
the list: http://www.wireshark.org/lists/wireshark-dev/200711/msg00228.html Only a single (private) capture file is currently available which contains only a few of the P7 operations, so testing has been minimal. General attribute types, containing information from the X.400 envelope, are also included. svn path=/trunk/; revision=23479
2007-11-17The asciitpkt checkin broke the TPKT dissector comment out ↵Anders Broman1-3/+4
create_dissector_handle() and dissector_add() for now. svn path=/trunk/; revision=23478
2007-11-17Apply yet another set of the optimization patches:Anders Broman2-37/+48
- Don't call tree_view_select on first button click event, it's already done by the tree widget. - Factorize slow gtk_text_buffer_insert_with_tags_by_name() calls svn path=/trunk/; revision=23477
2007-11-17Add missing header file (eap.h)Martin Mathieson1-1/+2
svn path=/trunk/; revision=23476
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs4-274/+293
variable warnings turned up by Valgrind. svn path=/trunk/; revision=23475
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson9-45/+204
svn path=/trunk/; revision=23474
2007-11-16Some comments and formatting.Martin Mathieson1-14/+51
svn path=/trunk/; revision=23473
2007-11-16Fix trivial typo.Martin Mathieson1-1/+1
svn path=/trunk/; revision=23472
2007-11-16When reassembly is off, catch ReportedBoundsError when calling a subdissectorJeff Morriss2-6/+33
on the first fragment of a fragmented message. This allows us to continue dissecting chunks even if one of the first chunks in the frame was fragmented. (It's useful to keep doing this partial dissection just so we have some idea what's in that chunk.) (One could rightfully argue that you should only see a fragmented chunk bundled with another chunk when retransmitting but, well, I'm staring at traces of an implementation--to remain nameless to protect the guilty--which is sometimes fragmenting and then bundling the fragments into one packet.) svn path=/trunk/; revision=23471
2007-11-16Add changes up to r23464.Gerald Combs2-13091/+9352
svn path=/trunk/; revision=23470
2007-11-16When reassembly is turned off don't pass non-first fragments to ↵Jeff Morriss1-2/+12
subdissectors: they will have no idea what they're getting and will exception out anyway. svn path=/trunk/; revision=23469
2007-11-16Add {} to some IF statements.Anders Broman1-5/+8
svn path=/trunk/; revision=23468
2007-11-16From Martin Gignac:Anders Broman1-2/+6
Add comments and comment out an obsolete AVP. svn path=/trunk/; revision=23467
2007-11-16From Harmeet Sawhney:Anders Broman3-10/+326
Parse MGCP over TCP with ASCII TPKT header http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1964 svn path=/trunk/; revision=23466
2007-11-15From Yaniv Kaul :Mike Duigou1-0/+1
Adds application/rss+xml mime type as a recognized XML type. It is used by some RSS servers. svn path=/trunk/; revision=23465
2007-11-15Added correct svn propset settings to wiretap/netscreen.[ch]Sake Blok2-0/+4
svn path=/trunk/; revision=23464
2007-11-15Don't try to reassemble a huge number of fragments.Gerald Combs2-0/+17
svn path=/trunk/; revision=23463
2007-11-15Add a generated lapd.direction field/filter.Martin Mathieson1-0/+18
svn path=/trunk/; revision=23462
2007-11-15new t125 dissectorRonnie Sahlberg2-23/+25
svn path=/trunk/; revision=23461
2007-11-15only dissect it as t125 if it looks like t125Ronnie Sahlberg2-17/+19
dissect_ber_choice() returns the index of the choice taken not the tag value svn path=/trunk/; revision=23460
2007-11-15new ldap dissectorRonnie Sahlberg2-35/+42
svn path=/trunk/; revision=23459
2007-11-15dissect_ber_choice() returns the index of the taken arm not the tag Ronnie Sahlberg1-0/+7
value svn path=/trunk/; revision=23458
2007-11-15new x411 dissectorRonnie Sahlberg2-16/+21
svn path=/trunk/; revision=23457
2007-11-15dissect_ber_choice returns a gint that is the index of the choice taken, Ronnie Sahlberg1-10/+15
not the tag value svn path=/trunk/; revision=23456
2007-11-15updated snmp dissectorRonnie Sahlberg1-13/+15
svn path=/trunk/; revision=23455