metze/wireshark/wip.git
15 years agoFrom Carlos Mendioroz:
Anders Broman [Wed, 11 Mar 2009 06:43:46 +0000 (06:43 -0000)]
From Carlos Mendioroz:
IAX2 calls statistics window ala RTP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3217

svn path=/trunk/; revision=27696

15 years agoFrom Michael Lum:
Anders Broman [Wed, 11 Mar 2009 06:27:40 +0000 (06:27 -0000)]
From Michael Lum:
More dissection of IOS parameters in ANSI MAP IOS Invoke/Response Data
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3323

svn path=/trunk/; revision=27695

15 years agoTypo.
Anders Broman [Wed, 11 Mar 2009 06:19:35 +0000 (06:19 -0000)]
Typo.

svn path=/trunk/; revision=27694

15 years agoPrepare IE dissection.
Anders Broman [Wed, 11 Mar 2009 06:15:16 +0000 (06:15 -0000)]
Prepare IE dissection.

svn path=/trunk/; revision=27693

15 years agoFrom Michael Lum:
Anders Broman [Wed, 11 Mar 2009 06:14:18 +0000 (06:14 -0000)]
From Michael Lum:
ISUP - added support for Calling Geodetic Location parameter.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3322

svn path=/trunk/; revision=27692

15 years agoFrom Jakub Zawadzki:
Jaap Keuter [Wed, 11 Mar 2009 06:03:31 +0000 (06:03 -0000)]
From Jakub Zawadzki:
Fix small memory leak when running from build directory.

svn path=/trunk/; revision=27691

15 years agoAnother iteration of 64-bit-support-by-successive-approximation.
Gerald Combs [Tue, 10 Mar 2009 17:38:24 +0000 (17:38 -0000)]
Another iteration of 64-bit-support-by-successive-approximation.

svn path=/trunk/; revision=27690

15 years agoReplace use of perror; Also: define various fcns as static
Bill Meier [Tue, 10 Mar 2009 17:34:06 +0000 (17:34 -0000)]
Replace use of perror; Also: define various fcns as static

svn path=/trunk/; revision=27689

15 years agong_file_read and SnifferDecompress need to be able to return negative
Gerald Combs [Tue, 10 Mar 2009 16:33:38 +0000 (16:33 -0000)]
ng_file_read and SnifferDecompress need to be able to return negative
values, so adjust accordingly.

svn path=/trunk/; revision=27688

15 years agoCopy comment from tempfile.h to tempfile.c
Bill Meier [Tue, 10 Mar 2009 00:05:15 +0000 (00:05 -0000)]
Copy comment from tempfile.h to tempfile.c

svn path=/trunk/; revision=27687

15 years agoFix a (very) minor memory leak; include tempfile.h only if _WIN32
Bill Meier [Mon, 9 Mar 2009 23:38:44 +0000 (23:38 -0000)]
Fix a (very) minor memory leak; include tempfile.h only if _WIN32

svn path=/trunk/; revision=27686

15 years agoMore 64-bit fixes.
Gerald Combs [Mon, 9 Mar 2009 22:37:55 +0000 (22:37 -0000)]
More 64-bit fixes.

svn path=/trunk/; revision=27685

15 years agoConvert a bunch of ints to size_t in ngsniffer.c, and make sure file_read
Gerald Combs [Mon, 9 Mar 2009 22:28:05 +0000 (22:28 -0000)]
Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_read
can accept size_t's.

svn path=/trunk/; revision=27684

15 years agoP64 fixes.
Gerald Combs [Mon, 9 Mar 2009 21:18:55 +0000 (21:18 -0000)]
P64 fixes.

svn path=/trunk/; revision=27683

15 years agoMake sure our offset increases, otherwise we'll go into a large loop.
Gerald Combs [Mon, 9 Mar 2009 20:52:24 +0000 (20:52 -0000)]
Make sure our offset increases, otherwise we'll go into a large loop.

svn path=/trunk/; revision=27682

15 years agoEnable checkAPIs on gtk/...
Bill Meier [Mon, 9 Mar 2009 20:29:09 +0000 (20:29 -0000)]
Enable checkAPIs on gtk/...
 (I believe all the errors for gtk/... have been fixed);
 Next up: Add the complete list of deprecated
   GTK APIs to checkAPIs.pl

svn path=/trunk/; revision=27681

15 years agoReplace use of ("prohibited") tmpnam() with code
Bill Meier [Mon, 9 Mar 2009 20:19:36 +0000 (20:19 -0000)]
Replace use of ("prohibited") tmpnam() with code
 adapted from print_dlg.c;
Also: fix some bugs wherein an incorrect filename
 could be printed if an error occurred
 opening/writing/etc an output file.

svn path=/trunk/; revision=27680

15 years agoUse "wshprint" (instead of "ethprint") for prefix of temp file name;
Bill Meier [Mon, 9 Mar 2009 17:08:38 +0000 (17:08 -0000)]
Use "wshprint" (instead of "ethprint") for prefix of temp file name;
Also: add to comment about non-use of tmpnam

svn path=/trunk/; revision=27679

15 years agoAdd $Id$
Bill Meier [Mon, 9 Mar 2009 15:46:43 +0000 (15:46 -0000)]
Add $Id$

svn path=/trunk/; revision=27678

15 years agoFix non-ascii character in file...
Bill Meier [Mon, 9 Mar 2009 15:42:37 +0000 (15:42 -0000)]
Fix non-ascii character in file...

svn path=/trunk/; revision=27677

15 years agostat() ==> ws_stat() [to keep checkAPIs happy];
Bill Meier [Mon, 9 Mar 2009 15:10:11 +0000 (15:10 -0000)]
stat() ==> ws_stat() [to keep checkAPIs happy];
Also: free() ==> g_free();

svn path=/trunk/; revision=27676

15 years agoUse ws_fopen() [not fopen()] so that a path\filename with
Bill Meier [Mon, 9 Mar 2009 14:53:22 +0000 (14:53 -0000)]
Use ws_fopen() [not fopen()] so that a path\filename with
 non-ascii charcters will work properly.

svn path=/trunk/; revision=27675

15 years ago Fix File ! Export ! Selected Bytes [Windows] crash which
Bill Meier [Mon, 9 Mar 2009 13:59:41 +0000 (13:59 -0000)]
 Fix File ! Export ! Selected Bytes [Windows] crash which
  occurred if the file  path\filename contained non-ascii characters.
  1. Use ws_open() [not open()] so UTF8 path\filenames properly
     converted to UTF16 before the open;
  2. If the open/write/close failed, fix crash due to NULL
     filename pointer used when trying to popup an error message box.

svn path=/trunk/; revision=27674

15 years agoCorrected oid names.
Stig Bjørlykke [Mon, 9 Mar 2009 13:26:47 +0000 (13:26 -0000)]
Corrected oid names.

svn path=/trunk/; revision=27673

15 years agoCorrected oid name.
Stig Bjørlykke [Mon, 9 Mar 2009 13:25:43 +0000 (13:25 -0000)]
Corrected oid name.

svn path=/trunk/; revision=27672

15 years agoRemoved support for FT_UINT64/BASE_NONE/VALS combination.
Stig Bjørlykke [Mon, 9 Mar 2009 08:45:01 +0000 (08:45 -0000)]
Removed support for FT_UINT64/BASE_NONE/VALS combination.

svn path=/trunk/; revision=27671

15 years agoFrom Steve Karg:
Jaap Keuter [Mon, 9 Mar 2009 06:04:00 +0000 (06:04 -0000)]
From Steve Karg:
Corrected the size of the for-loop counter declaration, added expert info and checksum_[good|bad] flags.
Added the MS/TP checksum bad setting to Checksum color filter.

svn path=/trunk/; revision=27670

15 years agoHandle BASE_NONE as BASE_DEC until we get a proper handling of integer
Stig Bjørlykke [Mon, 9 Mar 2009 00:30:45 +0000 (00:30 -0000)]
Handle BASE_NONE as BASE_DEC until we get a proper handling of integer
values with BASE_NONE and a value string.

svn path=/trunk/; revision=27669

15 years agoFrom Jakub Zawadzki and me (bug 3283):
Stig Bjørlykke [Mon, 9 Mar 2009 00:26:25 +0000 (00:26 -0000)]
From Jakub Zawadzki and me (bug 3283):
Added display filter for packets with expert info.

svn path=/trunk/; revision=27668

15 years agoAdded FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.
Stig Bjørlykke [Mon, 9 Mar 2009 00:24:21 +0000 (00:24 -0000)]
Added FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.

With this combination we get tree items with only the string match and not
the value, and the filter is created with the string.  This is usefull
when having generated items with wireshark internals as values.

Also rewrote some string constructions.

svn path=/trunk/; revision=27667

15 years agoRemove a unused g_strdup().
Stig Bjørlykke [Sun, 8 Mar 2009 22:57:39 +0000 (22:57 -0000)]
Remove a unused g_strdup().

svn path=/trunk/; revision=27666

15 years agoDon't close the UAT dialog when pressing Apply.
Stig Bjørlykke [Sun, 8 Mar 2009 22:56:12 +0000 (22:56 -0000)]
Don't close the UAT dialog when pressing Apply.
Default to the ok button in the UAT edit dialog.
Append a ":" to the title labels in the edit and delete dialogs.

svn path=/trunk/; revision=27665

15 years agoHandle a empty string as "0" when checking numeric uat values, because
Stig Bjørlykke [Sun, 8 Mar 2009 22:36:43 +0000 (22:36 -0000)]
Handle a empty string as "0" when checking numeric uat values, because
strtol() will set errno on some platforms and not on other platforms.
With this change we don't need to set a value in DLT_USER header size
and trailer size.

Also remove an unused strdup.

svn path=/trunk/; revision=27664

15 years agoDon't use ep_strndup() to copy the uat protocol name, because the value
Stig Bjørlykke [Sun, 8 Mar 2009 22:31:28 +0000 (22:31 -0000)]
Don't use ep_strndup() to copy the uat protocol name, because the value
can be free'ed before we use it.  Allocate the string like we do for
other strings and copy/free the memory in the appropriate copy_cb/free_cb
functions.  This is only used in the DLT_USER table yet.

svn path=/trunk/; revision=27663

15 years agoFix File ! Save As on Windows to properly delete an existing file even if the
Bill Meier [Sun, 8 Mar 2009 22:19:49 +0000 (22:19 -0000)]
Fix File ! Save As on Windows to properly delete an existing file even if the
 path\filename contains non-ascii characters.

svn path=/trunk/; revision=27662

15 years agoFix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.
Bill Meier [Sun, 8 Mar 2009 22:12:13 +0000 (22:12 -0000)]
Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.
- Essentially: ws_stdio_unlink would fail trying to delete
   any path\filename containing a Unicode character which could not be mapped
   to the "system codepage" (ie: to a character encoded with a value of 1-255).
   For example: ws_stdio_unlink was not able to delete a path\filename
   containing the character U+210B.
- The problem: A copy/paste of the wrong (non-Windows) portion of the GLib
  g_unlink code was done when file_util.c was created.
- The solution: replace the ws_stdio_unlink code with the correct code
   copied from the Glib g_unlink function.

svn path=/trunk/; revision=27661

15 years agoadd "PPP/SLIP" to the dialup interfaces
Ulf Lamping [Sun, 8 Mar 2009 19:38:24 +0000 (19:38 -0000)]
add "PPP/SLIP" to the dialup interfaces

svn path=/trunk/; revision=27660

15 years agoChange a a remaining eth_fopen to ws_fopen (used only under an #if debug).
Bill Meier [Sun, 8 Mar 2009 16:28:20 +0000 (16:28 -0000)]
Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).

svn path=/trunk/; revision=27659

15 years ago[Automatic manuf update for 2009-03-08]
Gerald Combs [Sun, 8 Mar 2009 15:03:31 +0000 (15:03 -0000)]
[Automatic manuf update for 2009-03-08]

svn path=/trunk/; revision=27657

15 years agoSet correct svn:keywords and svn:eol-style.
Stig Bjørlykke [Sun, 8 Mar 2009 14:23:30 +0000 (14:23 -0000)]
Set correct svn:keywords and svn:eol-style.

svn path=/trunk/; revision=27656

15 years agoRedesign GeoIP information presentation.
Jaap Keuter [Sun, 8 Mar 2009 14:11:01 +0000 (14:11 -0000)]
Redesign GeoIP information presentation.

svn path=/trunk/; revision=27655

15 years agoFrom Peter (bug 3314):
Stig Bjørlykke [Sun, 8 Mar 2009 14:00:09 +0000 (14:00 -0000)]
From Peter (bug 3314):
Fixed some 'longjmp' issues.

svn path=/trunk/; revision=27654

15 years agoImplemented edit dialogs for integer, string and range values in
Stig Bjørlykke [Sun, 8 Mar 2009 13:19:49 +0000 (13:19 -0000)]
Implemented edit dialogs for integer, string and range values in
the submenu containing the preferences for the protocol.

svn path=/trunk/; revision=27653

15 years agoIndicate hexadecimal preferences.
Stig Bjørlykke [Sun, 8 Mar 2009 12:00:14 +0000 (12:00 -0000)]
Indicate hexadecimal preferences.

svn path=/trunk/; revision=27652

15 years agoIndicate hexadecimal preferences.
Stig Bjørlykke [Sun, 8 Mar 2009 11:57:44 +0000 (11:57 -0000)]
Indicate hexadecimal preferences.

svn path=/trunk/; revision=27651

15 years agoIndicate hexadecimal preferences.
Stig Bjørlykke [Sun, 8 Mar 2009 11:55:44 +0000 (11:55 -0000)]
Indicate hexadecimal preferences.

svn path=/trunk/; revision=27650

15 years agoTrying to fix the build on non-Win32 platforms.
Jaap Keuter [Sun, 8 Mar 2009 11:00:46 +0000 (11:00 -0000)]
Trying to fix the build on non-Win32 platforms.

svn path=/trunk/; revision=27649

15 years agoGet rid of more code related to the Clist removal.
Anders Broman [Sun, 8 Mar 2009 08:40:20 +0000 (08:40 -0000)]
Get rid of more code related to the Clist removal.

svn path=/trunk/; revision=27648

15 years agoGet rid of another Clist.
Anders Broman [Sun, 8 Mar 2009 01:01:58 +0000 (01:01 -0000)]
Get rid of another Clist.

svn path=/trunk/; revision=27647

15 years agoFix "ansi_a_stat.c:314: warning: unused variable ‘default_titles’"
Anders Broman [Sat, 7 Mar 2009 23:06:38 +0000 (23:06 -0000)]
Fix "ansi_a_stat.c:314: warning: unused variable â€˜default_titles’"

svn path=/trunk/; revision=27646

15 years agoGet rid of another Clist.
Anders Broman [Sat, 7 Mar 2009 21:14:28 +0000 (21:14 -0000)]
Get rid of another Clist.

svn path=/trunk/; revision=27645

15 years agogettext library setup: Fix a bug and adjust config slightly for win32 so
Bill Meier [Sat, 7 Mar 2009 18:48:25 +0000 (18:48 -0000)]
gettext library setup: Fix a bug and adjust config slightly for win32 so
 gettext setup works the way I think was intended.

svn path=/trunk/; revision=27644

15 years agoUse UAT_FLD_PATHNAME for paths.
Stig Bjørlykke [Sat, 7 Mar 2009 14:39:39 +0000 (14:39 -0000)]
Use UAT_FLD_PATHNAME for paths.

svn path=/trunk/; revision=27643

15 years agoMove packet-pres.c to dirty ASN.1 dissectors until we fix the warning
Stig Bjørlykke [Sat, 7 Mar 2009 10:27:37 +0000 (10:27 -0000)]
Move packet-pres.c to dirty ASN.1 dissectors until we fix the warning
for data_ptr in uat_new().

svn path=/trunk/; revision=27642

15 years agoMore P64 changes.
Guy Harris [Sat, 7 Mar 2009 05:18:59 +0000 (05:18 -0000)]
More P64 changes.

svn path=/trunk/; revision=27641

15 years agoMore P64 changes.
Guy Harris [Sat, 7 Mar 2009 05:13:44 +0000 (05:13 -0000)]
More P64 changes.

svn path=/trunk/; revision=27640

15 years agoMore P64 changes.
Guy Harris [Sat, 7 Mar 2009 05:13:12 +0000 (05:13 -0000)]
More P64 changes.

svn path=/trunk/; revision=27639

15 years agoMore P64 changes.
Guy Harris [Sat, 7 Mar 2009 05:11:56 +0000 (05:11 -0000)]
More P64 changes.

svn path=/trunk/; revision=27638

15 years agoSquelch warnings - none of those strings will be so long that the
Guy Harris [Sat, 7 Mar 2009 05:11:15 +0000 (05:11 -0000)]
Squelch warnings - none of those strings will be so long that the
difference between an int and a gsize/size_t matters.

svn path=/trunk/; revision=27637

15 years agoMore P64 stuff.
Guy Harris [Sat, 7 Mar 2009 04:47:06 +0000 (04:47 -0000)]
More P64 stuff.

svn path=/trunk/; revision=27636

15 years agoSome LLP64 work to get rid of warnings for Win64; this is also good for
Guy Harris [Sat, 7 Mar 2009 04:40:14 +0000 (04:40 -0000)]
Some LLP64 work to get rid of warnings for Win64; this is also good for
LP64.

svn path=/trunk/; revision=27635

15 years agoFix Win32 build breakage.
Gerald Combs [Sat, 7 Mar 2009 03:25:01 +0000 (03:25 -0000)]
Fix Win32 build breakage.

svn path=/trunk/; revision=27634

15 years agoAdd preliminary support for Win64 compilation. Attempt to use the same
Gerald Combs [Sat, 7 Mar 2009 01:06:40 +0000 (01:06 -0000)]
Add preliminary support for Win64 compilation. Attempt to use the same
set of makefiles and scripts for each platform as much as possible.

svn path=/trunk/; revision=27633

15 years agoAdded an expert info when dissector is not available.
Stig Bjørlykke [Sat, 7 Mar 2009 00:31:03 +0000 (00:31 -0000)]
Added an expert info when dissector is not available.

svn path=/trunk/; revision=27632

15 years agoAdded a users context list to map a presentation context identifier to an
Stig Bjørlykke [Sat, 7 Mar 2009 00:28:34 +0000 (00:28 -0000)]
Added a users context list to map a presentation context identifier to an
object identifier when the capture does not contain a PRES package with a
presentation context definition list for the conversation.

Added a few expert infos.

svn path=/trunk/; revision=27631

15 years agoFix some usage of deprecated GTK+ functions
Bill Meier [Fri, 6 Mar 2009 23:02:27 +0000 (23:02 -0000)]
Fix some usage of deprecated GTK+ functions

svn path=/trunk/; revision=27630

15 years agoUpdated to use the title attribute for UAT fields.
Stig Bjørlykke [Fri, 6 Mar 2009 22:59:33 +0000 (22:59 -0000)]
Updated to use the title attribute for UAT fields.

svn path=/trunk/; revision=27629

15 years agoAdjust some indentation; reformat a line or two.
Bill Meier [Fri, 6 Mar 2009 22:55:02 +0000 (22:55 -0000)]
Adjust some indentation; reformat a line or two.

svn path=/trunk/; revision=27628

15 years agoRename a variable ('free') so checkAPIs doesn't incorrectly flag it.
Bill Meier [Fri, 6 Mar 2009 22:49:27 +0000 (22:49 -0000)]
Rename a variable ('free') so checkAPIs doesn't incorrectly flag it.

svn path=/trunk/; revision=27627

15 years agoUpdate a comment
Bill Meier [Fri, 6 Mar 2009 22:34:13 +0000 (22:34 -0000)]
Update a comment

svn path=/trunk/; revision=27626

15 years agoFrom Alexis La Goutte (bug 3308):
Stig Bjørlykke [Fri, 6 Mar 2009 19:43:45 +0000 (19:43 -0000)]
From Alexis La Goutte (bug 3308):
Add DHCP(v4 & v6) Option for CAPWAP (RFC5417)

svn path=/trunk/; revision=27625

15 years agoFrom Steve Karg:
Jaap Keuter [Fri, 6 Mar 2009 19:25:49 +0000 (19:25 -0000)]
From Steve Karg:
BACnet TimeSync message of 12:20 was displayed as 12:20 AM.
It should have displayed as 12:20 PM.

svn path=/trunk/; revision=27624

15 years agoFrom Petr Sumbera (bug 3309):
Stig Bjørlykke [Fri, 6 Mar 2009 19:03:42 +0000 (19:03 -0000)]
From Petr Sumbera (bug 3309):
Including openssl.h does not seem to be needed, so try removing it.

svn path=/trunk/; revision=27623

15 years agoFrom Petr Sumbera (bug 3305):
Stig Bjørlykke [Fri, 6 Mar 2009 18:56:53 +0000 (18:56 -0000)]
From Petr Sumbera (bug 3305):
Recognize Solaris Kerberos (which is based on MIT Kerberos).

svn path=/trunk/; revision=27622

15 years agoGet rid of a Clist and move the functon to display floats with two decimals to gui_utils.
Anders Broman [Fri, 6 Mar 2009 17:16:56 +0000 (17:16 -0000)]
Get rid of a Clist and move the functon to display floats with two decimals to gui_utils.

svn path=/trunk/; revision=27621

15 years agoFrom Michael Speck: Fix so compiles with VC6
Bill Meier [Fri, 6 Mar 2009 15:41:02 +0000 (15:41 -0000)]
From Michael Speck: Fix so compiles with VC6

svn path=/trunk/; revision=27620

15 years agoCorrect bug in heuristic so as to strengthen it a bit.
Bill Meier [Fri, 6 Mar 2009 00:24:06 +0000 (00:24 -0000)]
Correct bug in heuristic so as to strengthen it a bit.
Specifically: a little research verifies that the correct
 heuristic is: Succeed if the byte at offset 0 is an STX *and* the
 bytes at offset 3/4 correspond to a valid OICQ command.
 The code was actually effectively doing an *or* and thus the
 heuristic was quite weak.

svn path=/trunk/; revision=27619

15 years agoUse some default true_false_string's.
Stig Bjørlykke [Thu, 5 Mar 2009 22:29:15 +0000 (22:29 -0000)]
Use some default true_false_string's.
Fixed a typo.

svn path=/trunk/; revision=27618

15 years agoAddded tfs_used_notused.
Stig Bjørlykke [Thu, 5 Mar 2009 22:25:36 +0000 (22:25 -0000)]
Addded tfs_used_notused.

svn path=/trunk/; revision=27617

15 years agoRemove stuff that's really "non-public" from .h files.
Bill Meier [Thu, 5 Mar 2009 16:41:50 +0000 (16:41 -0000)]
Remove stuff that's really "non-public" from .h files.
(Include in .c files as needed).

svn path=/trunk/; revision=27616

15 years agoAddition of Ping and PingAck messages.
Jaap Keuter [Thu, 5 Mar 2009 07:21:43 +0000 (07:21 -0000)]
Addition of Ping and PingAck messages.

svn path=/trunk/; revision=27615

15 years agoRemove an unused variable.
Stephen Fisher [Thu, 5 Mar 2009 04:55:51 +0000 (04:55 -0000)]
Remove an unused variable.

svn path=/trunk/; revision=27614

15 years agoOops! Fix the fix
Bill Meier [Thu, 5 Mar 2009 04:32:08 +0000 (04:32 -0000)]
Oops! Fix the fix

svn path=/trunk/; revision=27613

15 years agoMinor rework of reg_handoff ...
Bill Meier [Thu, 5 Mar 2009 04:14:01 +0000 (04:14 -0000)]
Minor rework of reg_handoff ...

svn path=/trunk/; revision=27612

15 years agoPrefs callback not req'd ...
Bill Meier [Thu, 5 Mar 2009 04:12:12 +0000 (04:12 -0000)]
Prefs callback not req'd ...

svn path=/trunk/; revision=27611

15 years agoMinor rework of reg_handoff ...
Bill Meier [Thu, 5 Mar 2009 04:10:45 +0000 (04:10 -0000)]
Minor rework of reg_handoff ...

svn path=/trunk/; revision=27610

15 years agoSeveral small revisions:
Bill Meier [Thu, 5 Mar 2009 04:04:38 +0000 (04:04 -0000)]
Several small revisions:
 - "if (!initialized)" not req'd in reg_handoff;
 - call find_dissector for "ppp" and "fr" only
    once in reg-handoff instead of each time the
    sub-dissector is called.
 - Move hf[] & etc to within proto_register...

svn path=/trunk/; revision=27609

15 years agoGet rid of an unused global variable.
Guy Harris [Thu, 5 Mar 2009 03:05:02 +0000 (03:05 -0000)]
Get rid of an unused global variable.

svn path=/trunk/; revision=27608

15 years agoFix typo that caused compiler warnings.
Guy Harris [Wed, 4 Mar 2009 20:39:10 +0000 (20:39 -0000)]
Fix typo that caused compiler warnings.

svn path=/trunk/; revision=27607

15 years agoFrom Neil Piercy:
Anders Broman [Wed, 4 Mar 2009 19:59:56 +0000 (19:59 -0000)]
From Neil Piercy:
Embedded RRC messages not dissected.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3300

svn path=/trunk/; revision=27606

15 years ago- Use correct length in TLV-E and LV-E.
Anders Broman [Wed, 4 Mar 2009 19:51:55 +0000 (19:51 -0000)]
- Use correct length in TLV-E and LV-E.
- Update PD values to the latest spec.
- Remove some non ASCII chars.
- Start dissecton of LTE NAS ESM EPS messages and IE's.

svn path=/trunk/; revision=27605

15 years agoMap "x.25.*" preferences to "x25.*".
Stig Bjørlykke [Wed, 4 Mar 2009 07:50:17 +0000 (07:50 -0000)]
Map "x.25.*" preferences to "x25.*".

svn path=/trunk/; revision=27604

15 years agoFrom Neil Piercy (bug 3299):
Stig Bjørlykke [Tue, 3 Mar 2009 22:46:47 +0000 (22:46 -0000)]
From Neil Piercy (bug 3299):
Added support for length greater than 127 (less than 16K).

svn path=/trunk/; revision=27603

15 years agoUse correct length.
Anders Broman [Tue, 3 Mar 2009 22:33:45 +0000 (22:33 -0000)]
Use correct length.

svn path=/trunk/; revision=27602

15 years agoFix a typo.
Anders Broman [Tue, 3 Mar 2009 22:33:14 +0000 (22:33 -0000)]
Fix a typo.

svn path=/trunk/; revision=27601

15 years agoAdded the missing file.
Stig Bjørlykke [Tue, 3 Mar 2009 22:22:13 +0000 (22:22 -0000)]
Added the missing file.

svn path=/trunk/; revision=27600

15 years agoChange key_len to guint16.
Anders Broman [Tue, 3 Mar 2009 22:16:26 +0000 (22:16 -0000)]
Change key_len to guint16.

svn path=/trunk/; revision=27599

15 years agoMoved the dissector_handle_t.
Stig Bjørlykke [Tue, 3 Mar 2009 22:06:11 +0000 (22:06 -0000)]
Moved the dissector_handle_t.

svn path=/trunk/; revision=27598

15 years agoRemoved unused rpcap_handle.
Stig Bjørlykke [Tue, 3 Mar 2009 22:04:44 +0000 (22:04 -0000)]
Removed unused rpcap_handle.

svn path=/trunk/; revision=27597

15 years agoMoved the dissector_handle_t.
Stig Bjørlykke [Tue, 3 Mar 2009 22:02:17 +0000 (22:02 -0000)]
Moved the dissector_handle_t.

svn path=/trunk/; revision=27596