• Title/Summary/Keyword: analyzer

Search Result 4,484, Processing Time 0.034 seconds

Design of Packet Analyzer Using SharpPcap (SharpPcap 기반의 대화형 패킷 분석기의 설계)

  • Yoo, Jaeheon;Choi, Seongryong;Kim, Minchul;Kim, Jinmo;Hwang, Soyoung
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2015.10a
    • /
    • pp.177-180
    • /
    • 2015
  • As network technology advances hacking techniques are also evolving. This paper proposes design of a packet analyzer to monitor and analyze data packets in networks. The proposed packet analyzer offers functions such as packet sniffing, filtering and statistics. We implemented a prototype packet analyzer in C# .NET development environment using SharPcap.

  • PDF

Design and Implementation of IEEE 802.15.4 Packet Analyzer Based on Embedded Linux (임베디드 리눅스 기반의 IEEE 802.15.4 패킷 분석기 설계 및 구현)

  • Lee, Chang-Woo;Cho, Hyeon-Woo;Ban, Sung-Jun;Kim, Sang-Woo
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.13 no.12
    • /
    • pp.1173-1178
    • /
    • 2007
  • Ubiquitous sensor network (USN) is composed of many sensor nodes which are one of the simplest form of embedded system. In developing the sensor network system, a debugging tool is necessary to test and verify the system. Recently, a so-called packet analyzer has been developed for this purpose, and it supports IEEE 802.15.4 which is considered as the standard for the sensor network protocols. The major function of the packet analyzer is to take RF packets from sensor nodes and show the structure and the data of the packets graphically to the user. However, the conventional packet analyzers do not support remote control because they require a USB interface along with a personal computer. To make it available for remote control, we propose a new packet analyzer based on a server-client scheme in which a server program is implemented on embedded Linux and a client program is implemented on Windows for convenient use.

The preparation of ${SiO_x}{N_y}$ thin films by reactive RF sputtering method (고주파 반응성 스퍼터링법에 의한 ${SiO_x}{N_y}$ 박막의 제작)

  • 조승현;최영복;김덕현;정성훈;문동찬;김선태
    • Korean Journal of Optics and Photonics
    • /
    • v.11 no.1
    • /
    • pp.13-18
    • /
    • 2000
  • The SiOxNy thin films were prepared on Si(lOO) by reactive RF sputtering method. The reactive gas ratio and the power were used as parameters for depositing SiOxNy thin fims. The properties of ${SiO_x}{N_y}$ thin tilms were investigated by XRD, XPS, refractive index and extinction coefficient analyzer (n'||'&'||'k analyzer), and FfIR. It was found by the results of the x-ray diffraction measurement that SiOxNy thin films were grown to an amorphous structure. From the results of the XPS, and the n'||'&'||'k analyzer, it was found that refractive index was intended to increase with the increasement of the relative nitrogen contents of the ${SiO_x}{N_y}$ thin films.

  • PDF

A Design and Implementation of IPv4/IPv6 Security Packet Analyzer (IPv4 및 IPv6 보안 패킷 분석기의 설계 및 구현)

  • Cho Jin-Ki;Kim Sang-Choon;Lee Sang-Ho
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.10 no.2
    • /
    • pp.67-75
    • /
    • 2005
  • In this paper, we design and implement real time IP security packet analyzer on IPv4 and IPv6 network. This packet analyzer sniffs and analyzes the packets generated by the protocols that are used by IPsec, IKE, IPv4 and IPv6 such as AH, ESP, ISAKMP, IP, ICMP and so on. The purpose of this analyzer is to check current security status of the network automatically. In this paper we provide implementation details and the examples of security evaluation by using our security packet analyzer system.

  • PDF

Design of the SD Protocol Analyzer (SD 프로토콜 분석기 설계)

  • Moon, Ji-Hoon;Oh, Jae-Chul
    • The Journal of the Korea institute of electronic communication sciences
    • /
    • v.8 no.11
    • /
    • pp.1697-1706
    • /
    • 2013
  • Protocol analyzer is being used to analyze proper processing of CMD & data when developing SD slave IP. In this thesis, a protocol analyzer was developed for analyzing SD protocol in Windows environment using Visual C++. SD protocol analyzer consists of embedded Linux software for storing SD memory data and MFC program for analyzing this. As for protocol analysis, it has been designed to collect data transmitted from SD memory card to host by Linux software for its analysis by MFC. It was found through the experiment that the CMD type could be confirmed that occurs when reading and writing data to SD memory card using the developed board, and debugging the problems that occur was possible.

Design and Implementation of XML Analyzer on RDBMS (XML을 RDBMS에 저장하기 위한 Analyzer 설계 및 구현)

  • Jung Minkyoung;Hong D.K.;Nam J.Y.
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.07b
    • /
    • pp.148-150
    • /
    • 2005
  • 오늘날 XML이 디지털 정보교환의 표준으로 자리잡은 후 XML문서를 데이터베이스에 저장하고 원하는 정보를 효율적으로 질의하기 위한 연구가 활발히 진행되고 있다. 특히 XML질의어를 RDBMS 상에서 처리하기 위해 그리고 XML문서정보를 정확하게 추출하여 효율적으로 관리하기 위해 다양한 기법을 동원한 XML 인덱스 Table의 연구가 계속 되고 있다. 하지만 아무리 설계가 잘 된 XML인덱스 table이라 할지라도 이에 저장될 정보들을 XML문서로부터 빠른 시간에 파싱하여 관계형 테이블에 로드하기가 쉽지 않다. 이에 본 논문에서는 RDMS환경에서 XML문서를 관리하고 질의를 처리할 수 있도록 XML 인덱스 table을 디자인하였으며 이에 정확한 값이 좋은 성능을 가지면서 저장되도록 XML문서의 데이터 정보를 추출하는 XML Analyzer를 설계 및 구현하였다. 우선 Analyzer를 구현하기 위해서는 XML Parser를 사용해야 되는데 본 장에서는 이벤트 기반 방식인 SAX를 통해 XML문서를 파싱하여 데이터를 추출하고 그 결과값을 RDMS상의 XML 인덱스 Table에 저장한다. 마지막으로 이를 실제 구현하고 Test한 내용을 근거로 하여 본 장에서 소개하는 XML Analyzer가 다른 방식보다 성능면에서 훨씬 우수하다라는 사실을 입증한다.

  • PDF

Silicon Etching Process of NF3 Plasma with Residual Gas Analyzer and Optical Emission Spectroscopy in Intermediate Pressure (잔류가스분석기 및 발광 분광 분석법을 통한 중간압력의 NF3 플라즈마 실리콘 식각 공정)

  • Kwon, Hee Tae;Kim, Woo Jae;Shin, Gi Won;Lee, Hwan Hee;Lee, Tae Hyun;Kwon, Gi-Chung
    • Journal of the Semiconductor & Display Technology
    • /
    • v.17 no.4
    • /
    • pp.97-100
    • /
    • 2018
  • $NF_3$ Plasma etching of silicon was conducted by injecting only $NF_3$ gas into reactive ion etching. $NF_3$ Plasma etching was done in intermediate pressure. Silicon etching by $NF_3$ plasma in reactive ion etching was diagnosed through residual gas analyzer and optical emission spectroscopy. In plasma etching, optical emission spectroscopy is generally used to know what kinds of species in plasma. Also, residual gas analyzer is mainly to know the byproducts of etching process. Through experiments, the results of optical emission spectroscopy during silicon etching by $NF_3$ plasma was analyzed with connecting the results of etch rate of silicon and residual gas analyzer. It was confirmed that $NF_3$ plasma etching of silicon in reactive ion etching accords with the characteristic of reactive ion etching.

A Study on Implementation of a 64 Channel Signal Generator / Analyzer Module (64채널 신호발생/분석 모듈 구현에 관한 연구)

  • 민경일;정갑천;최종현;박성모
    • Proceedings of the IEEK Conference
    • /
    • 2003.07c
    • /
    • pp.2609-2612
    • /
    • 2003
  • This paper describes a 64 channel signal generator/analyzer module that is useful for verification and testing of digital circuits. It can perform logic analyzer function and signal generator function at the same time. The 64 Channel module is implemented with single FPGA chip for miniaturization, and an USB interface is used to increase portability of the module. Multiple modules can be used in parallel for the verification of large scale circuits. Moreover, since the module is implemented as a PC based system, one can configure convenient GUI(Graphic User Interface) environment.

  • PDF

A Study on the Design and mplementation of Frequency Converter applied to Spectrum Analyzer (스펙트럼 분석기에 적용한 주파수 변환기의 설계 및 구현에 관한 연구)

  • 이진성;송문규;김태회;박영철;차균현
    • Proceedings of the Korean Institute of Communication Sciences Conference
    • /
    • 1991.10a
    • /
    • pp.103-106
    • /
    • 1991
  • Spectrum Analyzer is a useful measure instrument to display the distributed power of electrical signal as a function of frequency. It adopts the superheterodyne receiver, which mixes RF with L0 to output IF. So in this paper, two GHz-order microstrip low-pass filters, 2-section wilkinson power divider, and singly balanced diode mixer have been designed and implemented necessary to make the frequency converter applied to RF spectrum analyzer.

Generation of Syntax Analyzer Written PL.

  • 유관종
    • Communications of the Korean Institute of Information Scientists and Engineers
    • /
    • v.5 no.2
    • /
    • pp.22-27
    • /
    • 1987
  • The generating method of syntax analyzer using production language (PL) developed by Evans [1] is efficient method, but it's very difficult to construct PL. So, this paper deals with algorithm generating PL from given BNF ALGOL grammar.