aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-05-18update to packetcable dissect all of apreq/aprep packetsRonnie Sahlberg1-7/+228
svn path=/trunk/; revision=10917
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg5-3/+219
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress svn path=/trunk/; revision=10916
2004-05-18this is a hack, to workaround a bug in GTK2.x!Ulf Lamping1-3/+13
when changing the font size, even refilling of the corresponding gtk_text_buffer doesn't seem to trigger an update. The only workaround is to freshly select the frame, which will remove any existing notebook tabs and "restart" the whole byte view again. svn path=/trunk/; revision=10915
2004-05-17GTK2 only: catch window state event, and call display_queued_messages()Ulf Lamping2-17/+35
if window not iconified any longer. Queue up simple_dialog messages, if window *is* iconified svn path=/trunk/; revision=10914
2004-05-17In rpc programs statistics, change RTT (RoundTripTime) to SRTRonnie Sahlberg2-8/+8
(ServiceResponseTime) since that is a more appropriate name for these stats. svn path=/trunk/; revision=10913
2004-05-17rename the NOT_DECODED_YET macros to avoid a name clashRonnie Sahlberg7-56/+56
for those sources that include both packet-ber.h and packet-per.h svn path=/trunk/; revision=10912
2004-05-16From Yaniv Kaul: add support for 3 MS-Exchange, non-RFC compliantGuy Harris1-2/+6
commands, per http://support.microsoft.com/default.aspx?scid=kb;[LN];812455 svn path=/trunk/; revision=10911
2004-05-16don't show simple_dialogs, if main window iconified (minimized),Ulf Lamping1-1/+25
this would lead to an unresponsive program. Simply discard the messages, as we don't have a way to queue and show this message if the main window is becoming "visible" again. svn path=/trunk/; revision=10910
2004-05-16From Yaniv Kaul: note that authentication types 1 and 2 are from RFCGuy Harris1-3/+3
2338. svn path=/trunk/; revision=10909
2004-05-15From Gisle Vanem: export dfilter_dump from libethereal for the benefitGuy Harris1-0/+1
of dftest. svn path=/trunk/; revision=10908
2004-05-15From Thomas Anders: fix --with-net-snmp to let it handle either theGuy Harris1-3/+6
pathname of the Net-SNMP directory or the pathname of the Net-SNMP configure script as an argument to that option. svn path=/trunk/; revision=10907
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris4-8/+22
Get rid of no-longer-used AST_FORMAT_MP3. svn path=/trunk/; revision=10906
2004-05-15From Martin Mathieson: mark the "this is a suspected resend" Boolean andGuy Harris1-8/+14
"this is suspected to be a resend of frame N" entries as generated, and make the latter an FT_FRAMENUM field so you can go to that frame conveniently. svn path=/trunk/; revision=10905
2004-05-15From Carlos Pignataro: support for MPLS over GRE.Guy Harris3-4/+8
svn path=/trunk/; revision=10904
2004-05-15Move common routines from packet-dcerpc-samr.c to packet-dcerpc-nt.cTim Potter2-398/+445
svn path=/trunk/; revision=10903
2004-05-15Remove call to PROTO_ITEM_SET_LINK().Tim Potter1-2/+1
svn path=/trunk/; revision=10902
2004-05-15remove FI_LINK again,Ulf Lamping2-16/+2
as this info can be derived from the presence of the FT_FRAMENUM field svn path=/trunk/; revision=10901
2004-05-15remove FI_LINK again,Ulf Lamping3-10/+5
as this info can be derived from the presence of the FT_FRAMENUM field svn path=/trunk/; revision=10900
2004-05-14More updates to packetcable kerberosRonnie Sahlberg2-11/+46
in particular, packetcable use a slightly diufferent KDC-REQ-BODY where the field till[5] is optional. Make it optional in the dissector as well since ethereal will still be able to dissecto normal kerberos pdus where it is not optional svn path=/trunk/; revision=10899
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-15/+20
a doubleclick will follow the link (GTK1 is working now too) svn path=/trunk/; revision=10898
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping2-8/+23
a doubleclick will follow the link svn path=/trunk/; revision=10897
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+2
a doubleclick will follow the link svn path=/trunk/; revision=10896
2004-05-14While looking at a WV-CSP packet capture, I realized that there were stillOlivier Biot1-12/+1
leftovers from before the EXT_T fix where tvb_strsize() was being called. This patch fixes this (both in TAG and ATTR processors). svn path=/trunk/; revision=10895
2004-05-14GTK Wimp has it's own setting: GTK_WIMP_DIR,Ulf Lamping1-1/+3
the setup target should use it accordingly svn path=/trunk/; revision=10894
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping1-1/+6
a doubleclick will follow the link svn path=/trunk/; revision=10893
2004-05-14add support to link from specially marked fields to related packets,Ulf Lamping3-3/+89
a doubleclick will follow the link svn path=/trunk/; revision=10892
2004-05-14Thomas Anders: Add the actual libs to link in case --with-krb5=/explicit/pathJörg Mayer1-1/+2
svn path=/trunk/; revision=10891
2004-05-14mark some more protocol fields as generatedUlf Lamping1-17/+33
svn path=/trunk/; revision=10890
2004-05-14Remove an extra comma.Gerald Combs1-2/+2
svn path=/trunk/; revision=10888
2004-05-14Fix protocol formatting.Gerald Combs1-52/+7
svn path=/trunk/; revision=10887
2004-05-14work in progress started implementing PA-PK-AS-REQRonnie Sahlberg1-1/+82
svn path=/trunk/; revision=10886
2004-05-14Final commits for 0.10.4 (I hope).Gerald Combs2-1464/+2323
svn path=/trunk/; revision=10885
2004-05-14Make the GTK2 interface the default. Remove GTK-Wimp from the GTK2 section.Gerald Combs1-9/+6
I originally tried to make it disabled by default (using "Section /o"), but this caused odd behavior in the installer. svn path=/trunk/; revision=10884
2004-05-14add dissection of pa-prov-srv-location preauthentication type used by ↵Ronnie Sahlberg1-2/+24
packetcable. svn path=/trunk/; revision=10883
2004-05-13Paul Smith: bugfix: make loadable module support work when cross compilingJörg Mayer1-2/+3
svn path=/trunk/; revision=10882
2004-05-13Fix --with-krb5 when given a directoryJörg Mayer1-3/+2
svn path=/trunk/; revision=10881
2004-05-13From Dinesh Dutt: Mode Sense (10) and Mode Select (10) bugfixes.Gerald Combs1-5/+5
svn path=/trunk/; revision=10880
2004-05-13Thomas Anders: fix usage of brk5_dirJörg Mayer1-3/+3
svn path=/trunk/; revision=10879
2004-05-13Fix a typo (seperate should be separate).Olivier Biot2-6/+6
svn path=/trunk/; revision=10878
2004-05-13WBXML OPAQUE is not really a protocol.Olivier Biot1-2/+3
Add RTCP to updated protocols. svn path=/trunk/; revision=10877
2004-05-13From Carlos Pignataro: Add MPLS Echo support.Gerald Combs9-10/+579
svn path=/trunk/; revision=10876
2004-05-13Add a note about generic media dissection, and add WBXML updates.Gerald Combs1-4/+7
svn path=/trunk/; revision=10875
2004-05-13Fix a typo in the CHANNEL document ID.Olivier Biot1-2/+2
svn path=/trunk/; revision=10874
2004-05-13As noted by Fr�d�ric Huet, RFC1889 section 6.4 says:Olivier Biot1-1/+14
"The list of items in each chunk is terminated by one or more null octets, the first of which is interpreted as an item type of zero to denote the end of the list, and the remainder as needed to pad until the next 32-bit boundary. A chunk with zero items (four null octets) is valid but useless." Process chunks with four zero octets as "padding". svn path=/trunk/; revision=10873
2004-05-13Thomas Anders: Don't add library paths twiceJörg Mayer1-7/+9
svn path=/trunk/; revision=10872
2004-05-13Remove comma at end of enumJörg Mayer1-2/+2
svn path=/trunk/; revision=10871
2004-05-13Win32 only: Preference setting to open a console window, one of:Ulf Lamping5-21/+84
never (default), automatic (like before), always svn path=/trunk/; revision=10870
2004-05-13dissect the authentication-block flag bitRonnie Sahlberg1-2/+14
svn path=/trunk/; revision=10869
2004-05-13isns standard is unclear here but some servers do respond with a 0 lengthRonnie Sahlberg1-3/+6
PGT in DevAttrRegRsp if the DevAttrReg contained it. Allow DevAttrRegRsp to contain 0 length PGTs. svn path=/trunk/; revision=10868
2004-05-13update to isns:Ronnie Sahlberg1-49/+78
make it handle PGT with length 0 properly only try to dissect the attributes if this is the first PDU in a sequence. svn path=/trunk/; revision=10867