ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4553] New: Improvements to new HNBAP Iuh dissector

Date: Wed, 3 Mar 2010 19:18:10 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4553

           Summary: Improvements to new HNBAP Iuh dissector
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: markjwallis@xxxxxxxxx


Created an attachment (id=4355)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4355)
hnbap patch (svn diff)

Build Information:
wireshark 1.3.4-SVN-32016

Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.10.4, with GLib 2.12.3, with libpcap 0.9.4, with libz
1.2.3, with POSIX capabilities (Linux), with libpcre 6.6, with SMI 0.4.5,
without c-ares, without ADNS, without Lua, without Python, with GnuTLS 1.4.1,
with Gcrypt 1.2.3, with MIT Kerberos, without GeoIP, without PortAudio, without
AirPcap, with new_packet_list.

Running on Linux 2.6.18-92.1.17.el5, with libpcap version 0.9.4, GnuTLS 1.4.1,
Gcrypt 1.2.3.

Built using gcc 4.1.2 20071124 (Red Hat 4.1.2-42).

--
SCTP port is configurable and defaults to 29169 (IANA), this allows HNBAP with
a different SCTP Protocol Payload Id to be decoded by Port

COL_INFO has been enhanced to display the HNBAP primitive, this is especially
useful for confirmed CLASS-2 procedures and can be performed without risk to
the display as HNBAP is a standalone protocol with no inner layers.

Previous display was 
 HNB -> HNB-GW     id-HNBRegister 
 HNB <- HNB-GW     id-HNBRegister

With the patch we see whether it is successful or not
 HNB -> HNB-GW     id-HNBRegister HNB_REGISTER_REQUEST
 HNB <- HNB-GW     id-HNBRegister HNB_REGISTER_ACCEPT
or
 HNB -> HNB-GW     id-HNBRegister HNB_REGISTER_REQUEST
 HNB <- HNB-GW     id-HNBRegister HNB_REGISTER_REJECT

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.