Jimmy's Blog

Tag: tcp

Jimmy’s Blog – ISO 8583 Tutorial – Introduction for Beginners

by jimmy on Jul.25, 2011, under English, Programming, Technology

ISO 8583 Tutorial article

    Introduction

    Lately I’ve handle several financial project that allow me to understand bank and financial transaction better.
    All (or most?) financial transaction is using ISO 8583 standard, which at first I thought is a complicated standard. But after learn and see how it implemented it’s not as complex as I thought.
    In this post I will try to explain (based on my experience :) before I go deeper on the programming side.
    (continue reading…)

    16 Comments :, , , , , , , , , , , , , , , more...

    Sniffing/capturing tcp data connection in Linux

    by jimmy on Nov.29, 2007, under Linux

    When debugging my wapsite, I want to know the header from mobile HTTP request.
    It’s said from some mobile-operator, they’ll include msisdn info on HTTP header.

    Now tcpflow come to rescue ^^
    Just type “tcpflow -ci <your-ethernet> port <port-number>”
    for example “tcpflow -ci eth0 port 80″

    It’ll print on console all the request to port 80 :)

    2 Comments :, , , , , more...

    Looking for something?

    Use the form below to search the site:

    Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

    Visit our friends!

    A few highly recommended friends...