aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-15From Thomas Anders: Navigating from RTP/RTCP packets to setup where it was ↵etxrab7-118/+454
set up git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11154 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15Add and entry for 03-00-C7-00-00-EE (HP/Compaq ProLiant NIC teaming).gerald1-1/+2
The protocol is documented at http://www.hp.com/sbso/bus_protect/teaming.pdf if anyone wants to write a dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11153 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Graeme Hewson:guy2-27/+40
Add a #define to enable parser tracing. Clean up parser state when finished parsing, even if we stopped parsing due to a syntax error, so that there's nothing left around to screw up the next parse. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11152 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Graeme Hewson: fix a debug message.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11151 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Jean-Baptiste Marchand: fix up a couple of #defines that collidedguy1-5/+5
with existing defines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11150 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Philippe Mazeau: T.35 codes for Swissvoice.guy2-1/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11149 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Greg Morris: dissect the first packet in a packet burst connectionguy1-3/+73
(NCP type 7777). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11148 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Greg Morris:guy2-7/+18
Fix a bug in the dissection of multiple NDS messages being sent at the same time that the dissector was attempting to desegment data spanning multiple packets. When a message was encountered during the desegmentation code the dissector would misinterpret the new message as an element in the data stream. Code was added to validate the desegmentation handle and validate which messages actually contain segmented data. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11147 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-15From Greg Morris:guy1-7/+7
a few updates to ncp2222.py to include more detail to summary window for NCP's 26, 28, 30; fixed NCP 87/31 to not show as malformed when HandleInfoLevel contains value 0x00. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11146 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-14added a section describing the problems with MSVC 7 compilerulfl1-1/+17
(as I don't use it myself, please correct me if anything is wrong) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11145 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12From Ainsley Pereira: add a text description PT_CN_OLD.guy2-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11144 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12On Windows, if "get_interface_list()" returns CANT_GET_INTERFACE_LISTguy7-20/+74
and the error message includes "Not enough storage is available to process this command" or "The operation completed successfully", suggest that the user install a WinPcap version later than 3.0 - this is definitely a Frequently Asked Question on the Ethereal list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11143 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12From Jean-Baptiste Marchand:guy2-9/+481
- NetrJoinDomain2 and NetrUnJoinDomain2 (can be used to remotely join a machine to an Active Directory domain, typically with the JOIN and UNJOIN of the netdom utility) - NetrRenameMachineInDomain2 - NetrAddAlternateComputerName and NetrRemoveAlternateComputerName (operations added in Windows XP) All these operations carry a blob (524 bytes) containing an encrypted version of the password of the account with domain administration credentials, currently displayed as hex data because the format of this blob is currently unknown (at least, for me). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11142 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12update asn1 compiler to (hopefully) handle BER SET OF constructssahlberg1-3/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11141 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12Parameter 8 to dissect_ber_bistring() is the ett_ variable (or -1) and notsahlberg1-3/+3
a NULL **proto_tree pointer. Set the ett variable to always be -1 for the time being git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11140 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-12From Tomas Kukosa updates to the ASN1 compilersahlberg1-5/+12
Change doc string to not specificly state it is for PER Temporary/Partial fix for the tag of impoerted types. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11139 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-11Hack to remove epan/config.hjmayer1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11138 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-11fix the presentation of readcapacity to show the real number of MB or GB ↵sahlberg1-5/+13
instead of just a random fake value. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11137 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10Move "dfilter_expr_dlg_delete_event_cb()" afterguy1-10/+10
"dfilter_expr_dlg_cancel_cb()" to avoid use-before-declaration warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11136 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10some more encryption types and checksum typessahlberg1-2/+78
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11135 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10From Laurent Rabret:guy1-2/+191
- associate standard trace file extensions to ethereal *only* if such extensions are not already known in the system; - suppress the linking while Ethereal is uninstalling *only* for extensions associated to Ethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11134 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy4-43/+65
two, and it returns a gboolean. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11133 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10From Stas Grabois: don't show disabled protocols in the "Add Expression"guy3-2/+18
and "Decode As" dialogs (so that you can cut down the size of the protocol lists in those dialogs by disabling "uninteresting" protocols). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11132 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-10Move the ring-buffer tests from "process_packet()" toguy1-58/+48
"capture_pcap_cb()"; they're only done in live captures, and that arranges that "process_packet()" gets called with the correct wtap_dumper for the current file even if we switch to a new file. Move the packet-count reporting out of "write_packet()" to "capture_pcap_cb()" as well, as that's also only done in live captures. That pretty much guts "write_packet()", so just move what's left up to "process_packet()". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11131 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-09Remove config.nmake dependencies from epan/Makefile.am and gtk/Makefile.am.gerald2-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11130 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-09DCERPC problem reported by JBM and identified by Todd Sabinsahlberg3-54/+88
Other protocol, not only SMB will populate pinfo->private_data thus checking for existence of non-NULL pinfo->private_data is not sufficient to determine we have SMB data and this is what it is. Refactor the adding of salt/FID from lower layer protocols and generalize it. Create a new dissector_handle specific for SMB so that we know that IFF we came in through that handle, then whatever pinfo->private_data is what we expect it to be. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11129 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-09Add Automake/Autoconf Doxygen targets.gerald3-4/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11128 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-08add details for doxygenulfl1-14/+37
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11127 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedguy3-4/+10
libpcap DLT_ value for BACnet MS/TP to it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11126 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-07Don't define or set "txt" in "text_page_redraw()" for GTK+ 2.x, as weguy1-1/+3
don't use it in that case. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11125 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-07update to the asn1 compiler.sahlberg1-6/+1
Do not output the value definitions for enumerated integers twice. the c compiler doesnt like when the same symbol is declared twice. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11124 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-06Add a "force_separators" parameter to hex_str_to_bytes so that it'sgerald4-15/+97
possible to paste in WEP keys without any separators. Add doxygen comments to strutil.h. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11123 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05add more details for doxygenulfl3-8/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11122 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05add more details for doxygenulfl4-41/+70
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11121 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05Yaniv Kaul: Add some more UUID decoding on Windowsjmayer1-1/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11120 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05add more details for doxygenulfl1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11119 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05alyways use SIGNAL_EMIT_BY_NAME with one user parameter,ulfl3-21/+9
remove SIGNAL_EMIT_BY_NAME1 completely git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11118 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05remove gtk_widget_ref / OBJECT_SET_DATA_FULL,ulfl2-87/+2
as reference handling is done by GTK, so doing it is pretty useless git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11117 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05Rename the type UCTTime to UTCTime as per X.680sahlberg2-5/+5
get rid of a compiler warning. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11116 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05cut text_page related things from help_page.c andulfl4-154/+215
move into new file text_page.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11115 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05from tomas anders more packetcable stuffsahlberg1-45/+152
new protocol : PacketCable MTA FQDN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11114 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05from JBM: updates to SAMR and LSAsahlberg2-30/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11113 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04Make the definition of "simple_dialog()" match its declaration.guy2-5/+5
Make the "type" argument to "vsimple_dialog()" also be an ESD_TYPE_E. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11112 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04bugfix: when saving connectionless DCERPC fragments,ulfl1-2/+4
add a hashed activity_id to the sequence number. This will prevent missdissected fragments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11111 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04add more details for doxygenulfl23-34/+78
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11110 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04add details for doxygenulfl2-44/+117
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11109 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04update DOXYGEN setting and add new HHC (MS html help compiler) settingulfl1-3/+21
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11108 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04add more details for doxygenulfl12-96/+251
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11107 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04use the dot toolulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11106 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04get rid of a compiler warningsahlberg5-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11105 f5534014-38df-0310-8fa8-9805f1628bb7