Need a "display filter" to find http packet which contains a specific word

hi friends
in my test lab, i have deployed a web server.
in default website folder (wwwroot) i have a text file named myfile.txt within which i have written some words, for example the word "computer".
i started capturing traffic via Microsoft network monitor
now via my client's browser, i browse this address   http://myserver/myfile.txt & my text file contents are shown within IE.
now i need a display filter in Microsoft network monitor which find this packet for me ( i meani need to find the single http packet which contains the word "computer".
i spent a lot of times but it didn't result.
any help please?
thanks in advance

You can use the ContainsBin plugin and there's an example in the library under Search Frame.  For example the following looks for the word FONT.
ContainsBin(FrameData, ASCII, "FONT")
Also, just to let you know, we released Message Analyzer (http://blogs.technet.com/MessageAnalyzer), which also has this capability and a lot of other things that might help, such as regex expressions.
Paul

Similar Messages

  • Find the schema which contains all these tables

    In my DB, only SCOTT has all the three tables EMP,DEPT, BONUS. There are schemas which have either one or two of these tables but only SCOTT has all these 3 tables.
    To find the schema which contains all these *3* tables. I tried the below mentioned queries which gave the wrong answers.
    1.
    select TABLE_NAME, owner from dba_Tables where table_name IN ('EMP','DEPT', 'BONUS')-- will return any schema which has any of these tables. So, wrong result
    2.
    select TABLE_NAME, owner from dba_Tables where table_name = 'EMP' AND TABLE_NAME='DEPT' AND TABLE_NAME= 'BONUS'-- Wrong result because it is mutually contradictory. As AP has mentioned below, A table_name cannot be equal to all the three tables .
    Edited by: GarryB on Dec 22, 2010 7:56 AM

    Hi,
    GarryB wrote:
    Thanks everyone. So, this means that this seemingly simple query cannot be written with just a plain AND , OR . Right?You're right. Every query needs SELECT and FROM, for example.
    What's wrong with Solomon's simple solution?
    Whatever you don't like about it, I'm sure there's another approach that doesn't have the same problem, even if it is slower and more complicated.
    As AP pointed out, no one row has all the information you need to decide if that row will be part of the result set or not.
    You need something that can make a decision based on the data in multiple rows.
    GROUP BY, like Solomon suggested, is the easiest and most efficient way I know of.
    Anything that GROUP BY does can probably be done by analytic functions. In this case, it will be more complicated and slower, but you can get the same results.
    A self-join, as user13524665 demonstrated, is another way.
    You could also get the results you want using EXISTS-, IN-, or scalar sub-queries, all of which would be even more complicated, and scale just as poorly, as a self-join.
    CONNECT BY, recursive sub-queries, MODEL, and XML functions can also look at several rows at the same time. I don't believe you want to read and test soltuions for all of these any more than I want to write all of them. Solomon gave a good solution for your original problem. If you want to add some extra restrictions to your problem (such as "I can't use ... or ...") explain clearly what those restrictions are, and why you need them.

  • How to find the records using contains with the word like this 'some text-some text'?

    Hi,
    How to find the records using the full text contains keyword and that column contains ‘some text-some text’
    In the above some text can be anything.
    Does anybody know please let me know.
    Thanks,

    Hello,
    You can try to create a Full Text Index on the table and use CONTAINS() to get the record which contains the specify words.
    For example:
    SELECT * FROM TABLE WHERE CONTAINS(column_name, 'some text')
    Reference:
    Full-Text Search (SQL Server)
    Creating Full Text Catalog and Full Text Search
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How can I filter messages that do NOT contain a specific word in the subject?

    I want to do the opposite of what filtering normally does. I want to filter out messages that do not contain a word or a string.
    For example, I want to display emails that do not contain the word "meeting" in the subject.
    Is this possible? If so, how can it be done?

    It's not built in. The TotalQuickFilter extension allows NOT and lots of other filter features:
    https://addons.mozilla.org/en-US/thunderbird/addon/totalquickfilter/

  • Can't find jar file which contains com.sap.portal.directory - Constants

    Hi,
    I am not able to find a jar-file which contains the Constants class of com.sap.portal.directory.
    Does anybody know where to find it?
    Thank you in advance.
    Kind regards, Patrick.

    Hi,
    Refer this link
    Using JAR Class Finder
    in the server u can find the jar files required for the application....
    C:usrsapJ2EJC00j2eeclusterserver0appssap.comirjservlet_jspirj
    ootWEB-INFportal
    Regards,
    Senthil K.

  • Find out queries which contain user-exit variable

    Hello.
    I want to get a list of BEX queries, which contain my user-exit variable, defined in ZXRSRU01. Could anybody tell me how I can achieve this?

    Hello, Konstantin.
    You can use differnet methods to do this.
    Method №1.
    You can open one (any) query, that uses your variable in Metadata repository (active objects). If you don't know such  query - you can create it.
    In the description of your query you can find which variable is used by this query.
    Open your variable.
    There you can find all queries, that uses you variable.
    Method №2.
    Open SE11.  Choose table RSZELTDIR.
    Determine ELTUID of your variable (OBJVERS='A',MAPNAME=Variable ID).
    Open SE11.  Choose table RSZELTXREF.
    Select ALL SELTUID with OBJVERS='A', TELTUID=ELTUID (see above), LAYTP=VAR
    Open SE11.  Choose table RSZELTDIR.
    Select all MAPNAME with OBJVERS='A', ELTUID=lists of SELTUID (see above)
    You can take texts from table RSZELTTXT.
    Best regards,
    Alexander Kuzmich

  • Need to display the messages in a view which has the pop up on it

    Hello all,
    I have a view(View 1) in which if i click a button a pop up is being displayed.
    Now on the pop up(which has view 2 of window 2) i have a button(Ok) and if i click it then based on a condition i need to close the pop up and then display the message in the message area of View 1.
    Now if i click the button on the Pop up then it is being closed and the message is not being displayed on view 2.
    I think the message is being displayed on the pop up and is being closed after that.
    How can i display my message on View 1.
    Any ideas...Please help
    Thanks in advance,
    Shravan

    Hi Shravan,
    Create Message area in view1.
    and also give VIEW name wile displaying error message and try.
    *   report message
      CALL METHOD lo_message_manager->REPORT_ERROR_MESSAGE
        EXPORTING
          MESSAGE_TEXT              =
    *      PARAMS                    =
    *      MSG_USER_DATA             =
    *      IS_PERMANENT              = ABAP_FALSE
    *      SCOPE_PERMANENT_MSG       = CO_MSG_SCOPE_CONTROLLER
          VIEW                      =   VIEW1 .
    Cheers,
    Kris.

  • How can I find a text box with a specific word in it ?

    Hi,
    I have hundreds of settlement names on a map created with the text tool. How can I search on the name of one of them and find it on my map ?
    I am with FH9 but the method would no doubt be backwards compatible from MX. If it isnt I would launch MX just for this exercise.
    Would this also work if the word was part of a text box text ?
    I have the luxury of it being the entire text box !
    Cheers
    Envirographics

    If you have one large text box to search for the word, select it, then go to EDIT>FIND & REPLACE>TEXT...
    Type in your word and click FIND NEXT button.  If you have multiple occurances of the name, keep clicking the FIND NEXT button until the word hilites.
    If you have scattered text boxes on your map, don't select any of them but still go through the EDIT>FIND & REPLACE>TEXT... routine I mentioned. FreeHand will look through all text boxes to find your word.
    Oh yeah, this works the same in FreeHand 8 thru FHMX.

  • Find jar file which contains wanted class

    I have too many jar and zip files under my classpath. How could I know which jar or zip file contains the class file I wanted?
    Thanks.

    Maybe this tool will be of interest to you:
    Java Tip 105: Mastering the classpath with JWhich - Identify which class will be loaded in your classpath
    http://www.javaworld.com/javaworld/javatips/jw-javatip105.html?
    Jesper

  • Where do i find the folder which contains all my emails please?

    thank you

    Why are you looking for it? Note that you *should not* mess with those files unless you know what you're doing, and having to ask where the folder is means you probably don't know what you're doing (at least, when it comes to Mail files). If you have a problem you're trying to solve, you'd be better off to post that question than to start poking around.
    That said, look in ~/Library/Mail/ for all your mailboxes and other Mail-related files. (The '~' means "your user folder".)

  • How to enhance table control in DMS. Need to display doknr more than 25 cha

    Hi there.
    In transaction IL03 - document tab - I need to display a doknr which is longer than 25 characters.
    I search for exit/enhancement for DMS - saplcv140/control SUB_DOC, but cant find anything.
    If it is not possible to enhance this field, i would like to add a new field (more than 25 char) and fill in the long doknr.
    The documents that are attached contains both an internal docnumber(from the external system) and an external docnumber (functional location type of number). It is very important to show external documentno in the table control.
    Actually in the table DRAW the external dok number is in the field MRK_FILEP. Can this field somehow get in the tablecontrol?
    Anybody has experience with docno longer than 25 characters? Or how to enhance tablecontrol sub_doc (screen 0204) in fuction group CV140.
    Br,
    Liselotte.

    The BAdI CRM_BADI_RF_Q1O_SEARCH is for enhancing OneOrder based searches. Not for business partners.
    The BAdI CRM_BUPA_IL_SEARCH is the way to go. I just checked in our system.
    In the method SEARCH_CRITERIA_INITIAL check if your field is supplied in IS_PARAMETERS. If yes return CV_IS_NOT_INITIAL = 'X'.
    Then in SEARCH_PARTNERS you delete the entries from table CT_PARTNER_KEYS according to your parameter.
    However this is not very performant. If you have a search with criteria only of your own for the BAdI SAP coding will first select everything and then you filter out.
    Anyway, it is much faster to implement than a new search...
    cheers Carsten
    Edited by: Carsten Kasper on Nov 18, 2008 7:44 PM

  • Need to display chart in PowerView with data from YESTERDAY

    My apologies if this is a very basic question but I cannot, for the life of me, find a solution to this.
    I need to show ONLY yesterday's data on ONE of the charts I have on a PowerView dashboard. I also need to show Last WEEK's data (Today-7), last Month's (to date) data, and last Year's (to date) data all on the same PowerView page in different charts.
    What's the best way to do this? 

    Hi Micheal,
    According to your description, you need to add filter to the chart of your Power View report, so that you can get Yesterday data, Last WEEK's data (Today-7), last Month's (to date) data, and last Year's (to date) data, right?
    Based on my teste, when add a filter to a chart on a PowerView report, we can set the data is after a specific day. However, we cannot add expression on the value of the filter. So on the PowerView level, there is no a functionally to work around this requirement.
    What you can do is creating the measures for Yesterday data, Last WEEK's data (Today-7), last Month's (to date) data, and last Year's (to date) data, and then use it on your PowerView report.
    https://msdn.microsoft.com/en-us/library/ms166568.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Error "a plugin is needed to display this content" for embedded Google map, but no plugin identified.

    When I try to view a page that has a Google map embedded on the page, I get the error message "a plugin is needed to display this content". However, I don't know what plugin, where to get it, etc. I've tried searching for this issue but haven't been able to come up with anyone else experiencing a similar issue, nor does there seem to be a plugin for Google Maps that I can find.
    The page is here:
    http://osiama.org/lodges#
    The map displays when one of the links is clicked in the table.

    I'm not sure why, but the site uses <embed> for the map instead of <iframe>.
    When Firefox wants to render an <embed>, it needs to know what type of object is being embedded, and the site doesn't supply that information, so you see a generic "I don't know how to handle this" error.
    Unfortunately, I don't think there is a quick workaround for you as the end user. If you are the type to tinker, you can manually edit the code of the page in the web console as follows:
    * right-click the plugin message and choose Inspect Element (Q) - the web console will open to the Inspector, with the <embed> element selected (screen shot #1)
    * double-click embed and edit it to iframe, then press Enter to finish the edit
    * Firefox will now load the map (screen shot #2)
    This isn't a general fix-all for plugin errors, and ultimately the site will need to change this.

  • Movie files (.mov) do not display "a plugin is needed to display this content"

    Mac user. Movie files (.mov) do not display "a plugin is needed to display this content". What plug-in is required and where can I find it?

    Aha, you already have QuickTime. Unfortunately, Firefox didn't find it. Can you try the method described in this thread (deleting a file and having Firefox re-generate it) and see whether it works for you?
    [https://support.mozilla.org/en-US/questions/954407 Firefox 19 will not load quicktime plugin.]

  • I am programming a DVD-Rom in DVD Studio Pro 4 and need to display and open pdf files, any suggestions?

    I am programming a DVD-Rom in DVD Studio Pro 4 and need to display and open pdf files, any suggestions?

    http://documentation.apple.com/en/dvdstudiopro/usermanual/index.html#chapter=22% 26section=9%26tasks=true

Maybe you are looking for

  • Error in FTP link to publishing target

    Hi ALL , While replicating Product Catalog to Index Server (IMS) im getting following error.. Error in FTP link to publishing target: 1 Message no. COM_PCAT_IMS870 Diagnosis: No link to the FTP server could be established. System Response: No connect

  • Twitter App Not Loading Please Fix

    You guys better get fixing the Twitter App that has not been working right since April 12 as people are now rating it 1 star in App World. When you launch it at present it just spins. Hope you get it fixed quickly. Thanks.

  • MultiThread

    Hi all, Please let me know the details of the following. 1.What is Multi-Threading? 2. How it is useful to increase the Performance of a SQL query.( How it is useful in Optimizing the query. 3. How we'll use MultiThread concept in Partitions and Usin

  • LSMW UPLOAD IT 0655 in Production System

    Hi, Firiends while uploading data in IT 0655 in Production System, for few personnel numbers I am getting this error *Missing secondary record for infotype 0002 for particular date for particular PERNR But i can see in the system that this record is

  • Authorisations maintained in custom tables

    Hello Everbody, I just have a small question regarding AC. For some workflows, authorisations are maintained in custom tables in our system. E.g. a workflow process for asset approval where a certain user can only approve the asset if it is below a c