aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03- Add special case for reading strange encoding of ATM CID fieldMartin Mathieson2-8/+29
- Indicate direction of DCH Data in info column - Assume EDCH payload CRC if 2 bytes are left over (previous test was broken) svn path=/trunk/; revision=19405
2006-10-03more Lua APIs:Luis Ontanon4-1/+134
- set_filter() : sets the main window filter - reload() : reloads the current capture file - copy_to_clipboard() : copies its first arfg to the clipboard - open_capture_file() : opens a capture file for viewing (still broken) svn path=/trunk/; revision=19404
2006-10-03From Stephen Fisher:Anders Broman1-0/+8
always register itself on the port from the preferences (defaults to 0) upon launch. This allows the user to right-click and use decode as. svn path=/trunk/; revision=19403
2006-10-03From Stephen Fisher:Anders Broman1-0/+6
Modifie the VNC dissector to desegment the "server cut text" message type for cases where the cut text is in the next tcp segment from the first part of the message. svn path=/trunk/; revision=19402
2006-10-02Fix WEP key bug in the AirPcap code that could cause a crash. EnableGerald Combs10-44/+150
AirPcap by default. Add initial support for the "Any" device in AirPcap (more to come). svn path=/trunk/; revision=19401
2006-10-02missing mark -> select changesUlf Lamping2-28/+28
svn path=/trunk/; revision=19400
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ↵Ulf Lamping3-46/+53
right term is "selected". That caused me "concerns" wether the marked feature of the packet list was involved - which is actually not svn path=/trunk/; revision=19399
2006-10-02refactor apply_color_filter() as it was a bit confusing - it will also be a ↵Ulf Lamping1-67/+46
bit faster now - and some other minor code cleanup svn path=/trunk/; revision=19398
2006-10-02instead of reverting the whole changes by the *first* cancelled dialog box, ↵Ulf Lamping1-13/+24
revert them by clicking "Cancel" on the *last* dialog - this behaviour just makes more sense. svn path=/trunk/; revision=19397
2006-10-02Do not show the Windows specific message on non-Windows systems.Michael Tüxen1-1/+1
svn path=/trunk/; revision=19396
2006-10-02as noted by Anders Broman: the Win2000 version of copy don't like the /d switchUlf Lamping1-1/+1
svn path=/trunk/; revision=19395
2006-10-02Don't show Tools menu at all if Lua not presentMartin Mathieson1-1/+3
svn path=/trunk/; revision=19394
2006-10-02Set correct length for extensions rootMartin Mathieson1-1/+1
svn path=/trunk/; revision=19393
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ↵Ulf Lamping6-666/+788
actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me) svn path=/trunk/; revision=19392
2006-10-01If the Cancel button was clicked and another filter dialog is still open - ↵Ulf Lamping1-43/+93
yes that's possible - reverse the changes on it as well to reflect the current internal list. svn path=/trunk/; revision=19391
2006-10-01Change the filter dialog (capture and display filters), so it has a real ↵Ulf Lamping3-128/+243
Cancel button now - the former Close button didn't reverted the changes done. svn path=/trunk/; revision=19390
2006-09-30fix for header digest detection being broken when AHS is used.Ronnie Sahlberg1-4/+6
we simply forgot to account for the AHS when testing to calculate the crc svn path=/trunk/; revision=19389
2006-09-30add dissection of the cdb for service action LISTRonnie Sahlberg1-1/+137
(but no decoding of the data in yet) svn path=/trunk/; revision=19388
2006-09-30the ahs length inside the AHS for an extended cdb includes the reserved byte ↵Ronnie Sahlberg1-4/+4
before the start of cdb data account for this extra reserved byte in the ahs length so that the reconstructed cdb has the correct length and does not contain one extra byte at the end svn path=/trunk/; revision=19387
2006-09-30fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=19386
2006-09-30From Reinhard Speyerer:Anders Broman4-8/+8
Update asn1/umts_rrc*/Makefile for the renamed asn2eth.py -> asn2wrs.py. svn path=/trunk/; revision=19385
2006-09-30add a missing #includeUlf Lamping1-0/+1
svn path=/trunk/; revision=19384
2006-09-30A new field information flag, FI_URL, to indicate a field contains a URL.Graeme Lunt7-4/+40
This is used to display the field underlined and to allow the user to double-click on it (like FT_FRAMENUM) to open the URL in the configured browser. Example usage in the x509ce and logotype certificate extensions. svn path=/trunk/; revision=19383
2006-09-30remove compiler warningsUlf Lamping1-2/+2
svn path=/trunk/; revision=19382
2006-09-30we don't need to .. the dirs for the clean targets hereUlf Lamping1-3/+3
svn path=/trunk/; revision=19381
2006-09-30Update for latest lua changes.Graeme Lunt1-4/+5
svn path=/trunk/; revision=19380
2006-09-30 add dissection of SCSI OSD CREATE PARTITIONRonnie Sahlberg1-0/+70
svn path=/trunk/; revision=19379
2006-09-30finish off the remainder of FORMAT OSD for scsi osd dissectorRonnie Sahlberg1-2/+72
svn path=/trunk/; revision=19378
2006-09-30"Pluggable custom makefile"Ulf Lamping2-0/+56
A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback: The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years). To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start. I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-) svn path=/trunk/; revision=19377
2006-09-30scsi osd updatesRonnie Sahlberg2-5/+139
iscsi: when iscsi transfers a cdb that is alrger than 16 bytes, the first 16 bytes are transferred in the normal place in the header and ther remainder of the cdb is transported inside the AHS. reassemble these cdb into a proper tvb before passing it to the scsi dissector svn path=/trunk/; revision=19376
2006-09-30remove a warningUlf Lamping1-1/+1
svn path=/trunk/; revision=19375
2006-09-30add an extra_data pointer to the itlq structure where specific ↵Ronnie Sahlberg5-6/+120
commandsets/cdbs can hang additional data that are unique to that commandset/cdb make the scsi osd service action and getsetattributetype use this facility furhter enhancements to scsi osd svn path=/trunk/; revision=19374
2006-09-30scsi opcode 0x7f is variable length so dont clamp the cdb length to 16 bytesRonnie Sahlberg1-4/+11
svn path=/trunk/; revision=19373
2006-09-30that wasn't a typo, xcopy can't rename files that wayUlf Lamping1-1/+1
svn path=/trunk/; revision=19372
2006-09-30scsi osd additionsRonnie Sahlberg2-19/+230
we also need to track the serviceaction in the itlq structure so we can decode the data in/out properly svn path=/trunk/; revision=19371
2006-09-29from Stephen Fisher:Ulf Lamping4-15/+21
Attached is a patch for consideration that changes the title in the preferences notebook to be the full description of the preference (but leaves the short name in the preferences list on the left). svn path=/trunk/; revision=19370
2006-09-29fix the context menu "Protocol Preferences" bug AGAIN (bug introduced again ↵Ulf Lamping1-1/+1
in 19291) svn path=/trunk/; revision=19369
2006-09-29MSVC doesn't like empty array initsUlf Lamping1-2/+2
svn path=/trunk/; revision=19368
2006-09-29Use #defines from packet-ber.h rather than asn1.h change default ports to Zero.Anders Broman1-103/+104
svn path=/trunk/; revision=19367
2006-09-29Update Diamater and Radius AVP:sAnders Broman3-61/+134
svn path=/trunk/; revision=19366
2006-09-29Fix for bug 1133:Jaap Keuter1-2/+5
add a test for (length > 0) in the dissector (dissect_xot_pdu), to avoid to allocate a new tvb when the XOT decoded length is null. svn path=/trunk/; revision=19365
2006-09-29Dissect Via headerMartin Mathieson1-8/+309
svn path=/trunk/; revision=19364
2006-09-29From Nicolas DICHTEL:Jaap Keuter1-1/+1
Please find enclosed a patch about Mobile Network Prefix option in NEMO. Following RFC3963 Section 4.3, lenght of this option is 18, not 16. svn path=/trunk/; revision=19363
2006-09-29add a missing heuristic to acept a NOP_IN packet and correct a broken ↵Ronnie Sahlberg1-4/+18
heuristic that would refuse all NOP_OUT pdus as non-iscsi it is absolutely amazing that none of the iscsi implementors and users of wireshark had noticed this breakage and reported it. they apparently do not use wireshark. svn path=/trunk/; revision=19362
2006-09-29From Reinhard Speyerer:Tomas Kukosa1-1/+1
patch fixes a small typo in epan/dissectors/packet-per.c svn path=/trunk/; revision=19361
2006-09-29add initial scsi osd dissector but only dissect sdbs that are impoerted ↵Ronnie Sahlberg5-19/+457
from SPC various changes to the existing scsi dissector to start allowing different commandsets to be implemented in their own dissector files to prevent the scsi dissector to become as huge as the parlay dissector svn path=/trunk/; revision=19360
2006-09-29move the defines for SPC command opcode values to the headerfileRonnie Sahlberg2-32/+33
svn path=/trunk/; revision=19359
2006-09-29From: Rolf Fiedler Jaap Keuter1-3/+4
So far Wireshark complained about channel 129, now it gets a little further and then complains about channel 128. Solution: Open up all channel from 128 up. svn path=/trunk/; revision=19358
2006-09-29Fixa a typo copy -> xcopyAnders Broman1-1/+1
svn path=/trunk/; revision=19357
2006-09-29Add some more package names.Anders Broman1-1/+14
svn path=/trunk/; revision=19356