aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03fix the memory leak problem mentioned lately by adding and using ↵Ulf Lamping3-14/+20
color_filters_cleanup() svn path=/trunk/; revision=19422
2006-10-03changes of the coloring rules sometimes crashed as dissection keeps pointers ↵Ulf Lamping2-11/+11
to the color_filter for later reference -> simply deleting the filters leave the pointers invalid -> crash. for now, don't delete the filters but keep them floating around in memory (leaking) -> at least better than crashing svn path=/trunk/; revision=19421
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman6-0/+1827
Please find two new TAP for Camel Statistics. The first one updates counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc ) To enable the use of the Camel statistics, you have 2 new parameters in the preferences, - SRT, enable the service Response Time calculation. - persistentSRT, keep the data in a context, even after the camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats. Only the new files checked in for now because of include problems. svn path=/trunk/; revision=19420
2006-10-03"saying your preferences once ..." -> "applying your preferences once ..."Ulf Lamping1-1/+1
svn path=/trunk/; revision=19419
2006-10-03As Stephen Fisher noted, the Apply button should also save the changed ↵Ulf Lamping4-4/+28
settings (if the Save button is disabled) svn path=/trunk/; revision=19418
2006-10-03fix a bug in the export functionUlf Lamping1-1/+1
svn path=/trunk/; revision=19417
2006-10-03the whole ARGUMENT_CL mimic isn't required any longer - remove it. This ↵Ulf Lamping1-10/+1
should fix compile problems under Unix. svn path=/trunk/; revision=19416
2006-10-03now: Don't have a Save button in the following settings dialogs:Ulf Lamping7-98/+197
- Edit/Preferences - View/Coloring Rules - Capture/Capture Filters - Analyze/Display Filters - Analyze/Enabled Protocols The settings will be automatically saved when pressing the Ok button. If someone really wants the explicit Save buttons as before - you can get them back at the Edit/Preferences/User Interface page. svn path=/trunk/; revision=19415
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman2-2/+34
I did improve the OID management in the tcap dissector. Now, when a tcap message is reveived, without upper layer, the ACN is saved in the TCAP context, and can be used for the next messages of the dialogue. It is used only when the upper layer session is opened with Tcap only messages. svn path=/trunk/; revision=19414
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a ↵Ulf Lamping7-234/+386
hard one! It seems to be working without bugs and as designed now. As this was a huge internal change, new bugs are very probable - please report. The implementation isn't still perfect, a new dialog internal list could possibly be removed again. However, I want to check in at this condition, just in case I make things worse - again. svn path=/trunk/; revision=19413
2006-10-03Get it to compile...Luis Ontanon2-39/+67
svn path=/trunk/; revision=19412
2006-10-03Update nmakefile to latest changes.Luis Ontanon1-5/+7
svn path=/trunk/; revision=19411
2006-10-03From David Richards:Anders Broman2-412/+311
numerous changes, most notably: 1) BACnetStatusFlags is bit string, not enum, in NotificationParameters 2) Fixes many places where enclosing context tags were not handled properly. 3) Simplify tag decoding logic. Change to explicit decoding in many instances rather than read tags in a loop and do a switch based on tag number. Looping ignores out-of-order and other types of tagging errors. svn path=/trunk/; revision=19410
2006-10-03MSVCC does not like mixing code and variable declarationsLuis Ontanon2-5/+7
svn path=/trunk/; revision=19409
2006-10-03Add application/media_control+xmlAnders Broman1-0/+1
svn path=/trunk/; revision=19408
2006-10-03H.248 packages...Luis Ontanon10-2380/+2989
few things to be fixed: - // comments, - not every hf_xxx used might be registered some packages from the current h248 dissector are still missing. svn path=/trunk/; revision=19407
2006-10-03- Make sure that the registration files are created whenever there's a changeLuis Ontanon7-74/+76
- get rid of 5.0.2 stuff - add the apply_filter() API svn path=/trunk/; revision=19406
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