metze/wireshark/wip.git
16 years agoUpdates for 0.99.6
Gerald Combs [Fri, 15 Jun 2007 18:31:52 +0000 (18:31 -0000)]
Updates for 0.99.6

svn path=/trunk/; revision=22109

16 years agoChange Alcatel Specific extension container
Anders Broman [Fri, 15 Jun 2007 17:58:23 +0000 (17:58 -0000)]
Change Alcatel Specific extension container
PlmnContainer asn1 code to mach tracing info.

svn path=/trunk/; revision=22108

16 years agoFor IPPRIM, try to set UDP/TCP address info so conversation tracking will work.
Martin Mathieson [Fri, 15 Jun 2007 17:21:13 +0000 (17:21 -0000)]
For IPPRIM, try to set UDP/TCP address info so conversation tracking will work.

svn path=/trunk/; revision=22107

16 years agoCorrect some typos.
Anders Broman [Fri, 15 Jun 2007 16:26:08 +0000 (16:26 -0000)]
Correct some typos.

svn path=/trunk/; revision=22106

16 years agoUpdate the makefile and a comment in the template file.
Anders Broman [Fri, 15 Jun 2007 16:20:35 +0000 (16:20 -0000)]
Update the makefile and a comment in the template file.

svn path=/trunk/; revision=22105

16 years agoThe 802.11 dissector calculates the header size, so pass that value to
Gerald Combs [Thu, 14 Jun 2007 22:09:14 +0000 (22:09 -0000)]
The 802.11 dissector calculates the header size, so pass that value to
the WEP/WPA decryption code instead of re-calculating it.  Fixes bug
1639.

Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c
since they were always FALSE.  Glib-ize some data types.  Fixup white
space.

Update the release notes.

svn path=/trunk/; revision=22104

16 years agoFrom Stig Bjørlykke.
Anders Broman [Thu, 14 Jun 2007 19:05:20 +0000 (19:05 -0000)]
From Stig Bjørlykke.
ContentsTypeParameter and Relationship are OPTIONAL as they are defined with a DEFAULT.

svn path=/trunk/; revision=22103

16 years agoAdd a hint for using wlan.fc.type_subtype.
Gerald Combs [Thu, 14 Jun 2007 16:44:36 +0000 (16:44 -0000)]
Add a hint for using wlan.fc.type_subtype.

svn path=/trunk/; revision=22102

16 years agoTry to fix warning/error.
Martin Mathieson [Thu, 14 Jun 2007 15:17:49 +0000 (15:17 -0000)]
Try to fix warning/error.

svn path=/trunk/; revision=22101

16 years agoTry again!
Martin Mathieson [Thu, 14 Jun 2007 12:43:15 +0000 (12:43 -0000)]
Try again!

svn path=/trunk/; revision=22100

16 years agoImprove parsing of sctpprim header (variant 1)
Martin Mathieson [Thu, 14 Jun 2007 11:24:37 +0000 (11:24 -0000)]
Improve parsing of sctpprim header (variant 1)

svn path=/trunk/; revision=22099

16 years agoFrom Victor Fajardo:
Jaap Keuter [Thu, 14 Jun 2007 07:09:07 +0000 (07:09 -0000)]
From Victor Fajardo:
Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15.txt.

svn path=/trunk/; revision=22098

16 years agoChange actx->external.direct_reference to be the OID string.
Anders Broman [Thu, 14 Jun 2007 05:17:07 +0000 (05:17 -0000)]
Change actx->external.direct_reference to be the OID string.
Use it in BER direct reference to call the OID dissector.

svn path=/trunk/; revision=22097

16 years agoFix a bunch of errors found by gcc.
Gerald Combs [Thu, 14 Jun 2007 01:13:04 +0000 (01:13 -0000)]
Fix a bunch of errors found by gcc.

svn path=/trunk/; revision=22096

16 years agoInclude a link to the AFP reference, as well as to the programming
Guy Harris [Wed, 13 Jun 2007 23:43:07 +0000 (23:43 -0000)]
Include a link to the AFP reference, as well as to the programming
guide.

svn path=/trunk/; revision=22095

16 years agoAdd support for PPI (the Per-Packet Information header), described at
Gerald Combs [Wed, 13 Jun 2007 22:36:58 +0000 (22:36 -0000)]
Add support for PPI (the Per-Packet Information header), described at
http://www.cacetech.com/documents/PPI_Header_format_1.0.pdf .

svn path=/trunk/; revision=22094

16 years agoturns out that wtap_pkthdr was not exportable!
Luis Ontanon [Wed, 13 Jun 2007 19:43:26 +0000 (19:43 -0000)]
turns out that wtap_pkthdr was not exportable!
nm on my mac says it is there...

svn path=/trunk/; revision=22093

16 years agoExport all that's exportable from libwiretap.dll
Luis Ontanon [Wed, 13 Jun 2007 19:06:19 +0000 (19:06 -0000)]
Export all that's exportable from libwiretap.dll

svn path=/trunk/; revision=22092

16 years agoFix coverity bug 244, [WS Bug 1649]
Luis Ontanon [Wed, 13 Jun 2007 19:05:03 +0000 (19:05 -0000)]
Fix coverity bug 244, [WS Bug 1649]

svn path=/trunk/; revision=22091

16 years agoStop using switch statements on the GTI when decoding GT's: the values are
Jeff Morriss [Wed, 13 Jun 2007 13:39:05 +0000 (13:39 -0000)]
Stop using switch statements on the GTI when decoding GT's: the values are
not unique between ANSI and ITU so we end up with incorrect behavior.  In
particular:
  - In non-ANSI if GTI==0x1, don't try to decode TT, NP, and ES.
  - In ANSI don't decode the O/E indicator on GTI==0x1.
  - In non-ANSI don't decode NAI on GTI==0x1 or 0x4.

svn path=/trunk/; revision=22090

16 years agoFixed crash with missing conversation fragment, improved presentation, minor typos...
Graham Bloice [Wed, 13 Jun 2007 10:15:31 +0000 (10:15 -0000)]
Fixed crash with missing conversation fragment, improved presentation, minor typos corrected

svn path=/trunk/; revision=22089

16 years agoFix for bug 1632:
Jaap Keuter [Wed, 13 Jun 2007 06:54:49 +0000 (06:54 -0000)]
Fix for bug 1632:
Fix bitmask for FCP "retry requested/reply".

svn path=/trunk/; revision=22088

16 years agoFix for bug 1633:
Jaap Keuter [Wed, 13 Jun 2007 06:52:23 +0000 (06:52 -0000)]
Fix for bug 1633:
Adding BLS ABTS handling.

svn path=/trunk/; revision=22087

16 years agoGet the Unix buildbots going again
Stephen Fisher [Wed, 13 Jun 2007 06:22:43 +0000 (06:22 -0000)]
Get the Unix buildbots going again

svn path=/trunk/; revision=22086

16 years agoYAE2W
Jaap Keuter [Wed, 13 Jun 2007 05:27:32 +0000 (05:27 -0000)]
YAE2W

svn path=/trunk/; revision=22085

16 years agoThis should fix Coverity's CID: 240 (Bug 1648)
Luis Ontanon [Tue, 12 Jun 2007 23:53:58 +0000 (23:53 -0000)]
This should fix Coverity's CID: 240 (Bug 1648)

svn path=/trunk/; revision=22084

16 years agoPreparations for updated CMIP dissector:
Anders Broman [Tue, 12 Jun 2007 21:29:27 +0000 (21:29 -0000)]
Preparations for updated CMIP dissector:
- Export AE-title from ACSE
- Start REAL dissection(unfinished).

svn path=/trunk/; revision=22083

16 years agoAdd some more asn1 modules.
Anders Broman [Tue, 12 Jun 2007 21:26:29 +0000 (21:26 -0000)]
Add some more asn1 modules.

svn path=/trunk/; revision=22082

16 years agoJust keep it simple.
Jaap Keuter [Tue, 12 Jun 2007 18:43:24 +0000 (18:43 -0000)]
Just keep it simple.

svn path=/trunk/; revision=22081

16 years agoAdd gqpolicy.xml to installed diameter XML files
Martin Mathieson [Tue, 12 Jun 2007 15:29:23 +0000 (15:29 -0000)]
Add gqpolicy.xml to installed diameter XML files

svn path=/trunk/; revision=22080

16 years agoDiameter update:
Martin Mathieson [Tue, 12 Jun 2007 11:09:22 +0000 (11:09 -0000)]
Diameter update:
- add IMS Gq interface (same AVPs seem to be used by IMS Rx and ETSI Gq' interfaces)
- other small corrections

svn path=/trunk/; revision=22079

16 years agoFix dist.
Gerald Combs [Mon, 11 Jun 2007 22:40:38 +0000 (22:40 -0000)]
Fix dist.

svn path=/trunk/; revision=22078

16 years agoAdd some more asn1 modules.
Anders Broman [Mon, 11 Jun 2007 22:17:28 +0000 (22:17 -0000)]
Add some more asn1 modules.

svn path=/trunk/; revision=22077

16 years agoFix include paths.
Gerald Combs [Mon, 11 Jun 2007 19:03:20 +0000 (19:03 -0000)]
Fix include paths.

svn path=/trunk/; revision=22076

16 years agoFix compilation under VS6 (hopefully without breaking compilation
Gerald Combs [Mon, 11 Jun 2007 18:26:09 +0000 (18:26 -0000)]
Fix compilation under VS6 (hopefully without breaking compilation
anywhere else).  Instead of using getaddrinfo() and getnameinfo(),
promote inet_pton.c and inet_ntop.c to the top level and use those
routines instead.

(It's 2007, for crying out loud.  Why is this even an issue?)

svn path=/trunk/; revision=22075

16 years agoNote invalidity of realtick for
Bill Meier [Mon, 11 Jun 2007 15:50:03 +0000 (15:50 -0000)]
Note invalidity of realtick for
captypes ETH_CAPTYPE_OTHERPOD2 and
ETH_CAPTYPE_GIGPOD2 in comments for
the associated TpS tables.

svn path=/trunk/; revision=22074

16 years agoFix segmentation fault when NULL err_msg pointer passed to capture_interface_list...
Jaap Keuter [Mon, 11 Jun 2007 06:40:56 +0000 (06:40 -0000)]
Fix segmentation fault when NULL err_msg pointer passed to capture_interface_list() and sync_list_interface_open() fails.

svn path=/trunk/; revision=22073

16 years agoGenerate ANSI MAP with the -X option.
Anders Broman [Mon, 11 Jun 2007 05:28:18 +0000 (05:28 -0000)]
Generate ANSI MAP with the -X option.

svn path=/trunk/; revision=22072

16 years agoOne more step in privilege separation.
Gerald Combs [Mon, 11 Jun 2007 03:58:58 +0000 (03:58 -0000)]
One more step in privilege separation.

Add a capture_interface_list(), which works similar to
get_interface_list() except that it forks dumpcap instead of calling
the pcap routines directly.  Use it in the GUI.

Add a "-I" flag to dumpcap, which prints out verbose interface
information.

Tested under Windows and Linux.

svn path=/trunk/; revision=22071

16 years agoRemove an unused variable.
Anders Broman [Sun, 10 Jun 2007 21:31:10 +0000 (21:31 -0000)]
Remove an unused variable.

svn path=/trunk/; revision=22070

16 years agoUpdated GSM MAP to use the latest asn1 original files.
Anders Broman [Sun, 10 Jun 2007 19:04:12 +0000 (19:04 -0000)]
Updated GSM MAP to use the latest asn1 original files.
MAP-dalouge and gsm_ss is included in this dissector.

svn path=/trunk/; revision=22069

16 years agoAdd more ofthe needed splited ASN1 files.
Anders Broman [Sat, 9 Jun 2007 14:58:51 +0000 (14:58 -0000)]
Add more ofthe needed splited ASN1 files.

svn path=/trunk/; revision=22068

16 years agoFrom Stephen Donnelly of Endace:
Guy Harris [Fri, 8 Jun 2007 17:06:13 +0000 (17:06 -0000)]
From Stephen Donnelly of Endace:

The code for reading ERF files has not been significantly
updated since 2004.  This patch brings it up to date with a
number of changes.

1) Increase number of decodable ERF types from 7 to 12. This
   covers newer DAG card models and firmware updates.

2) Fix timestamp conversion. Was calculating only microsecond
   precision, now displaying with nanosecond resolution.  Hardware
   precision is 7.5 to 30 ns depending on model.

3) Allow the user to specify HDLC encapsulation as 'chdlc',
   'ppp_serial', 'frelay' or 'mtp2'.  This is needed because the
   ERF HDLC capture formats do not include information on what
   protocol is used at the next level.  This is currently done via
   an environment variable 'ERF_HDLC_ENCAP' and is analagous to the
   existing 'ERF_ATM_ENCAP' variable.

   If the user does not specify an HDLC encapsulation it tries to
   guess, and falls back to MTP2 for backwards compatibility with
   Florent's existing behaviour.

   I know environment variables are ugly, suggestions are welcome.

4) When reading HDLC captures as MTP2, use
   WTAP_ENCAP_MTP2_WITH_PHDR rather than WTAP_ENCAP_MTP2.  This
   allows us to put the 'Multi-Channel ERF' record 'channel
   number' field into the MTP2 pseudo header > 'link_number'
   field.  This is then displayed in Frame information, and can
   be filtered on.  (Would be nice if it could be made a display
   column?)

Because the ERF record does not specify whether Annex A is used
or not, we pass MTP2_ANNEX_A_USED_UNKNOWN and allow the existing
user preference to decide.

Move the MTP2_ANNEX_A_ definitions into Wiretap, make the annex_a_used
field a guint8, and change MTP2_ANNEX_A_USED_UNKNOWN to 2 so it fits in
a guint8.  (This means that if you can save an ERF MTP2 file as a
libpcap file, the pseudo-header will have MTP2_ANNEX_A_USED_UNKNOWN in
it.)

svn path=/trunk/; revision=22067

16 years agoFrom Stefan Wenk:
Anders Broman [Fri, 8 Jun 2007 05:04:54 +0000 (05:04 -0000)]
From Stefan Wenk:
Following items are changed:
*) Bandwidth efficient decoding re-implemented with expert-info support.
    The old implementation supported a single frame only.
*) Support for AMR-WB added
*) Fixes for IF1 and IF2 decoding

svn path=/trunk/; revision=22066

16 years agoBetter hash function for file handles, as suggested by Brent Callaghan
Guy Harris [Fri, 8 Jun 2007 02:45:30 +0000 (02:45 -0000)]
Better hash function for file handles, as suggested by Brent Callaghan
(the old one was mapping file handles that differed only by one bit to
the same hash value; the new one mapped them to different hash values).

svn path=/trunk/; revision=22065

16 years agoAdd an option to ignore vendor-specific HT elements.
Gerald Combs [Thu, 7 Jun 2007 17:40:23 +0000 (17:40 -0000)]
Add an option to ignore vendor-specific HT elements.

svn path=/trunk/; revision=22064

16 years ago- improve compilation (passing type information) if modules are not merged with ...
Tomas Kukosa [Thu, 7 Jun 2007 06:05:36 +0000 (06:05 -0000)]
- improve compilation (passing type information) if modules are not merged with -p option
- start "module grouping" compilation feature

svn path=/trunk/; revision=22063

16 years agoUnconditionally initialize profile (avoid a warning causing the distcheck buildbot...
Luis Ontanon [Wed, 6 Jun 2007 22:02:56 +0000 (22:02 -0000)]
Unconditionally initialize profile (avoid a warning causing the distcheck buildbot to fail).

svn path=/trunk/; revision=22062

16 years agoFwom David Buechi: Powerlink dissector enhancement:
Bill Meier [Wed, 6 Jun 2007 21:04:22 +0000 (21:04 -0000)]
Fwom David Buechi: Powerlink dissector enhancement:
The attached patch adds a small enhancement for the ETHERNET Powerlink
dissector (some well-known CANopen device profiles are decoded in human
readable plaintext in the IdentResponse frame).

svn path=/trunk/; revision=22061

16 years agoActually implement wtap_register_file_type() and have it returning the ID of the...
Luis Ontanon [Wed, 6 Jun 2007 20:56:38 +0000 (20:56 -0000)]
Actually implement wtap_register_file_type() and have it returning the ID of the new file type.
Add few functions to wiretap's exported API.

svn path=/trunk/; revision=22060

16 years agoFix for bug 1643.
Jaap Keuter [Wed, 6 Jun 2007 19:58:26 +0000 (19:58 -0000)]
Fix for bug 1643.
Add element type Policy Server.

svn path=/trunk/; revision=22059

16 years agoFix for bug 1644.
Jaap Keuter [Wed, 6 Jun 2007 19:50:28 +0000 (19:50 -0000)]
Fix for bug 1644.
Get the DST from the right offset in the tvb.

svn path=/trunk/; revision=22058

16 years agofix dist failed
Tomas Kukosa [Wed, 6 Jun 2007 11:52:48 +0000 (11:52 -0000)]
fix dist failed

svn path=/trunk/; revision=22057

16 years agobuild-in OPERATION and ERROR classes definition
Tomas Kukosa [Wed, 6 Jun 2007 09:46:35 +0000 (09:46 -0000)]
build-in OPERATION and ERROR classes definition

svn path=/trunk/; revision=22056

16 years agoQ.932 ROS regenerated from original ASN.1 source
Tomas Kukosa [Wed, 6 Jun 2007 09:43:45 +0000 (09:43 -0000)]
Q.932 ROS regenerated from original ASN.1 source

svn path=/trunk/; revision=22055

16 years agouse ASN.1 type names in #.FN_BODY (instead of Wireshark type names)
Tomas Kukosa [Wed, 6 Jun 2007 08:12:27 +0000 (08:12 -0000)]
use ASN.1 type names in #.FN_BODY (instead of Wireshark type names)

svn path=/trunk/; revision=22054

16 years agoFor various routines used by dissect_smb_fid() to dissect various FID
Guy Harris [Tue, 5 Jun 2007 21:23:49 +0000 (21:23 -0000)]
For various routines used by dissect_smb_fid() to dissect various FID
attributes specified at open time, have them take a length value, and
pass 4 if the values are extracted from the current packet and 0 if they
come from values saved when the FID was opened (as they're generated
values not found in the packet) - that fixes bug 1638.

svn path=/trunk/; revision=22053

16 years agoFix for bug 1512:
Jaap Keuter [Tue, 5 Jun 2007 20:36:23 +0000 (20:36 -0000)]
Fix for bug 1512:
Present user with the invalid time string.

svn path=/trunk/; revision=22052

16 years agoFix for bug 1642:
Jaap Keuter [Tue, 5 Jun 2007 20:26:03 +0000 (20:26 -0000)]
Fix for bug 1642:
Added hf_smpp_sms_signal to hf_array.

svn path=/trunk/; revision=22051

16 years agoNote the version numbers in NetMon 3.0 files.
Guy Harris [Tue, 5 Jun 2007 17:17:22 +0000 (17:17 -0000)]
Note the version numbers in NetMon 3.0 files.

svn path=/trunk/; revision=22050

16 years agoSquelch some warnings - including some that appear legitimate; the name
Guy Harris [Tue, 5 Jun 2007 17:15:21 +0000 (17:15 -0000)]
Squelch some warnings - including some that appear legitimate; the name
of the function was missing from the call for monitorRouteRequest.  It
also appears that the wrong function was being called for
monitorRouteReport.

svn path=/trunk/; revision=22049

16 years agoRegenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.
Anders Broman [Tue, 5 Jun 2007 14:53:37 +0000 (14:53 -0000)]
Regenerate the INAP dissector with thelatest asn2wrs and theunmodified asn files.

svn path=/trunk/; revision=22048

16 years agoRegenerate the MMS dissector with -T and -X options.
Anders Broman [Tue, 5 Jun 2007 14:47:11 +0000 (14:47 -0000)]
Regenerate the MMS dissector with -T and -X options.

svn path=/trunk/; revision=22047

16 years agoreplace '&' with '_' in asn2c() function
Tomas Kukosa [Tue, 5 Jun 2007 13:43:45 +0000 (13:43 -0000)]
replace '&' with '_' in asn2c() function

svn path=/trunk/; revision=22046

16 years agouse ASN.1 type names in conformance file instead of Wireshak types
Tomas Kukosa [Tue, 5 Jun 2007 13:34:18 +0000 (13:34 -0000)]
use ASN.1 type names in conformance file instead of Wireshak types

svn path=/trunk/; revision=22045

16 years agoQ.932 and QSIG regenerated with -X (new BER) option
Tomas Kukosa [Tue, 5 Jun 2007 12:15:52 +0000 (12:15 -0000)]
Q.932 and QSIG regenerated with -X (new BER) option

svn path=/trunk/; revision=22044

16 years agonot allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
Tomas Kukosa [Tue, 5 Jun 2007 12:00:57 +0000 (12:00 -0000)]
not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
it makes interconnection between .cnf file and ASN.1 source more readable
(changes for #.FN_BODY will follow)

svn path=/trunk/; revision=22043

16 years agofew small changes to compile INAP (Q.1248.x) from original ASN.1 source
Tomas Kukosa [Tue, 5 Jun 2007 08:33:39 +0000 (08:33 -0000)]
few small changes to compile INAP (Q.1248.x) from original ASN.1 source

svn path=/trunk/; revision=22042

16 years agoFrom Michael Scharf: Add support for TCP Quickstart.
Michael Tüxen [Mon, 4 Jun 2007 23:27:12 +0000 (23:27 -0000)]
From Michael Scharf: Add support for TCP Quickstart.

svn path=/trunk/; revision=22041

16 years agoRegister as heuristic dissector for SUA.
Michael Tüxen [Mon, 4 Jun 2007 22:51:16 +0000 (22:51 -0000)]
Register as heuristic dissector for SUA.

svn path=/trunk/; revision=22040

16 years agoGet the Windows builds going again after my last check-in
Stephen Fisher [Mon, 4 Jun 2007 21:18:19 +0000 (21:18 -0000)]
Get the Windows builds going again after my last check-in

svn path=/trunk/; revision=22039

16 years agoFix for bug #93: changes to the columns has no effect until restart
Stephen Fisher [Mon, 4 Jun 2007 20:15:10 +0000 (20:15 -0000)]
Fix for bug #93: changes to the columns has no effect until restart

These changes allow the packet list clist to be destroyed and recreated
with the new column titles/values/order that the user changed in the
preferences without restarting Wireshark.

svn path=/trunk/; revision=22038

16 years agoUse the unmodified files.
Anders Broman [Mon, 4 Jun 2007 15:55:20 +0000 (15:55 -0000)]
Use the unmodified files.

svn path=/trunk/; revision=22037

16 years ago- CLASS definitions support including exports through the *-exp.cnf file
Tomas Kukosa [Mon, 4 Jun 2007 14:41:38 +0000 (14:41 -0000)]
- CLASS definitions support including exports through the *-exp.cnf file
- support of extension in middle of SEQUENCE root elements
- new option EMBEDDED_PDV_CB to set default callback
- ChoiceValue support at syntax level
- ValueSet support at syntax level
- exception identifier support
- ValueFromObject support at syntax level
- next minor changes (to compile X.880 and INAP)

- dissectors using classes regenerated

svn path=/trunk/; revision=22036

16 years agoadd the name for the keeaplive pdu
Ronnie Sahlberg [Mon, 4 Jun 2007 07:35:05 +0000 (07:35 -0000)]
add the name for the keeaplive pdu

svn path=/trunk/; revision=22035

16 years agothere is no longer a FINISHED pdu in the protocol
Ronnie Sahlberg [Mon, 4 Jun 2007 07:24:55 +0000 (07:24 -0000)]
there is no longer a FINISHED pdu in the protocol

svn path=/trunk/; revision=22034

16 years agoAdd dissect_per_enumerated
Anders Broman [Sun, 3 Jun 2007 22:06:19 +0000 (22:06 -0000)]
Add dissect_per_enumerated

svn path=/trunk/; revision=22033

16 years agoAdd some opcodes and mark func as _U_ in packet-ber.c
Anders Broman [Sun, 3 Jun 2007 21:10:29 +0000 (21:10 -0000)]
Add some opcodes and mark func as _U_ in packet-ber.c

svn path=/trunk/; revision=22032

16 years agoINAP:
Anders Broman [Sun, 3 Jun 2007 19:58:59 +0000 (19:58 -0000)]
INAP:
- Use (some) IN CS4 asn1 files Q.1248.1 Q.1248.2 Q.1248.3

BER/asn2wrs:
-  Add basic support for EmbeddedPDVType

svn path=/trunk/; revision=22031

16 years ago(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark
Bill Meier [Sun, 3 Jun 2007 16:07:07 +0000 (16:07 -0000)]
(Minor) Use _WIN32 (instead of WIN32) like the rest of Wireshark

svn path=/trunk/; revision=22030

16 years agosrvid is also aligned to an 8 byte boundary
Ronnie Sahlberg [Sat, 2 Jun 2007 23:08:21 +0000 (23:08 -0000)]
srvid is also aligned to an 8 byte boundary

svn path=/trunk/; revision=22029

16 years agoadd a new field to one of the pdus
Ronnie Sahlberg [Sat, 2 Jun 2007 22:50:31 +0000 (22:50 -0000)]
add a new field to one of the pdus

rsn in dmaster request/response is aligned to a 64 bit bundary

svn path=/trunk/; revision=22028

16 years agoshow the database name for ctdb.dbid fields
Ronnie Sahlberg [Sat, 2 Jun 2007 22:31:12 +0000 (22:31 -0000)]
show the database name for ctdb.dbid fields

svn path=/trunk/; revision=22027

16 years agoCheck in original asn1, to be referenced.
Anders Broman [Sat, 2 Jun 2007 12:29:18 +0000 (12:29 -0000)]
Check in original asn1, to be referenced.

svn path=/trunk/; revision=22026

16 years agoSyntax suport for Embedded pdv.
Anders Broman [Sat, 2 Jun 2007 12:26:13 +0000 (12:26 -0000)]
Syntax suport for Embedded pdv.

svn path=/trunk/; revision=22025

16 years agoCamel regenerated with the -X option
Anders Broman [Sat, 2 Jun 2007 09:36:26 +0000 (09:36 -0000)]
Camel regenerated with the -X option

svn path=/trunk/; revision=22024

16 years agoupdate the ctdb controls to match the current version of the protocol
Ronnie Sahlberg [Sat, 2 Jun 2007 08:20:58 +0000 (08:20 -0000)]
update the ctdb controls to match the current version of the protocol

svn path=/trunk/; revision=22023

16 years agoDelete file added by misstake.
Anders Broman [Fri, 1 Jun 2007 19:53:46 +0000 (19:53 -0000)]
Delete file added by misstake.

svn path=/trunk/; revision=22022

16 years agoRegenerate the INAP dissector with the -X option using the original asn1 files
Anders Broman [Fri, 1 Jun 2007 19:52:26 +0000 (19:52 -0000)]
Regenerate the INAP dissector with the -X option using the original asn1 files
(with small modifications).

svn path=/trunk/; revision=22021

16 years ago- Check NACK version is 1 before dissecting as NACK
Martin Mathieson [Fri, 1 Jun 2007 18:29:23 +0000 (18:29 -0000)]
- Check NACK version is 1 before dissecting as NACK
- Add expert item when NACK found
- Give a couple of subtrees items to make them more filterable

svn path=/trunk/; revision=22020

16 years agoFrom Zach Chadwick:
Stephen Fisher [Thu, 31 May 2007 23:53:39 +0000 (23:53 -0000)]
From Zach Chadwick:

TR-111, from the DSL-Forum adds two options to STUN (RFC 3489) to help
with TR-069 enabled devices traverse firewalls. TR-111 can be read here:
http://www.dslforum.org/techwork/tr/*TR-111*.pdf

This patch adds support for decoding the two optional STUN attributes
used by TR-111.  One is simply a zero-length attribute, and the other a
string attribute.

Me: Changed stun.att.connection.request.binding to
stun.att.connection_request_binding

svn path=/trunk/; revision=22019

16 years agoFrom Florian Lohoff:
Stephen Fisher [Thu, 31 May 2007 19:29:29 +0000 (19:29 -0000)]
From Florian Lohoff:

Updates to the redback dissector

svn path=/trunk/; revision=22018

16 years agoFrom Lars Ruoff:
Stephen Fisher [Thu, 31 May 2007 18:41:25 +0000 (18:41 -0000)]
From Lars Ruoff:

find attached several trivial diffs for viewing RTP SSRC values in Hex
rather than Dec at various places in the UI.
Also includes change from BASE_DEC to BASE_HEX_DEC for corresponding RTP
and RTCP dissector header fields.

svn path=/trunk/; revision=22017

16 years agoNote realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for
Guy Harris [Thu, 31 May 2007 05:51:15 +0000 (05:51 -0000)]
Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment for
TpS_otherpod[].  Ask about its validity for ETH_CAPTYPE_OTHERPOD2 and
ETH_CAPTYPE_GIGPOD2.

svn path=/trunk/; revision=22016

16 years agoMy comment is redundant with Bill's more-detailed comment; remove it.
Guy Harris [Thu, 31 May 2007 05:46:45 +0000 (05:46 -0000)]
My comment is redundant with Bill's more-detailed comment; remove it.

svn path=/trunk/; revision=22015

16 years agoWrap newly added (svn rev 22007) but unused "Required MBMS bearer
Stephen Fisher [Thu, 31 May 2007 01:29:16 +0000 (01:29 -0000)]
Wrap newly added (svn rev 22007) but unused "Required MBMS bearer
capabilities 7.7.76" function called decode_gtp_mbms_bearer_cap in
an #if 0 block to get the Unix buildbots going again.  Left code
intact on the asumption that it is about to be used since it was
recently added.

svn path=/trunk/; revision=22014

16 years agoDisplay filter macros weren't in 0.99.5, so it didn't crash for macros
Gerald Combs [Thu, 31 May 2007 00:15:28 +0000 (00:15 -0000)]
Display filter macros weren't in 0.99.5, so it didn't crash for macros
with no arguments.  Add macros as a new feature, and add an item about
named pipes under Windows.

svn path=/trunk/; revision=22013

16 years agoFix a couple of TCP filter typos.
Gerald Combs [Thu, 31 May 2007 00:11:27 +0000 (00:11 -0000)]
Fix a couple of TCP filter typos.

svn path=/trunk/; revision=22012

16 years agoAdd an item for bug 1416 (an off-by-one error in DHCP/BOOTP).
Gerald Combs [Wed, 30 May 2007 23:33:26 +0000 (23:33 -0000)]
Add an item for bug 1416 (an off-by-one error in DHCP/BOOTP).

svn path=/trunk/; revision=22011

16 years ago- LDAP generated with -X option
Anders Broman [Wed, 30 May 2007 21:50:31 +0000 (21:50 -0000)]
- LDAP generated with -X option
- a minor update to MobileDomainDefinitions.asn adding ID and a document reference.

svn path=/trunk/; revision=22010