aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Apply the small performance enhancment patches for:Anders Broman150-318/+314
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster. Replace - col_append_fstr() with faster col_append_str() - col_add_str() with col_set_str() when it's safe svn path=/trunk/; revision=23252
2007-10-23Fix for bug 1931 and bug 1932:Jaap Keuter1-2/+2
A never ending while loop and a value to string mapping error. svn path=/trunk/; revision=23251
2007-10-22fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASSTomas Kukosa1-2/+2
svn path=/trunk/; revision=23250
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-874/+490
Straightforward. svn path=/trunk/; revision=23249
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-684/+364
Straightforward. svn path=/trunk/; revision=23248
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt4-2254/+1277
Straightforward. svn path=/trunk/; revision=23247
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-307/+160
Straightforward. svn path=/trunk/; revision=23246
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-214/+109
Straightfoward. svn path=/trunk/; revision=23245
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt3-1345/+646
Straightforward. svn path=/trunk/; revision=23244
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt5-2367/+1348
Removed the workaround code from the .cnf file. svn path=/trunk/; revision=23243
2007-10-22Update to use the -X and -T flags.Graeme Lunt4-222/+101
Removed some workaround code in the .cnf file. There is still some code for handling an EXTERNAL (EXTERNALt) as the RTSE dissector has its own set of callbacks and consequently can't (currently) use the packet-ber.c functions. svn path=/trunk/; revision=23242
2007-10-22Update to use the -X and -T flags to asn2wrs.Graeme Lunt3-160/+76
svn path=/trunk/; revision=23241
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929Bill Meier1-1/+1
svn path=/trunk/; revision=23240
2007-10-22Show multi-byte variable length fields using FT_BYTES|BASE_HEX.Martin Mathieson1-32/+25
Note that there is still a problem with 'Apply as filter' filters. They seem to remember the initial length of the item, and not the final length set using proto_item_set_len() (this is the case for groups of TBs/PDUs). Will investigate when time allows... svn path=/trunk/; revision=23239
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structTomas Kukosa2-2/+9
svn path=/trunk/; revision=23238
2007-10-22Remove the no-longer-used packet-diameter-defs.hMartin Mathieson2-1203/+0
svn path=/trunk/; revision=23237
2007-10-22Make some capitalisation more consistent.Martin Mathieson1-10/+10
svn path=/trunk/; revision=23236
2007-10-22Allow wimaxasncp plugin to be found in Windows dev build.Martin Mathieson1-0/+3
svn path=/trunk/; revision=23235
2007-10-20In relinquish_special_privs_perm(), only relinquish special privilegesGuy Harris1-8/+18
if we were given them; doing so when we weren't seems to change the apparent group set in OS X 10.5 (and possibly 10.4 - the group set manipulated by getgroups()/setgroups() isn't the full group set, and changing your UID might cause the credential identity resolver daemon not to give you your full group set). svn path=/trunk/; revision=23234
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherGuy Harris1-1/+7
bogus entries in the recent file. This fixes bug 1925. svn path=/trunk/; revision=23233
2007-10-19Fix bug #1926: buffer overflow when parsing iseries filesStephen Fisher1-1/+1
svn path=/trunk/; revision=23232
2007-10-19Minor update to reflect recent plugins/Makefile.nmake change to ↵Bill Meier1-3/+3
clean/distclean/maintainer-clean svn path=/trunk/; revision=23231
2007-10-19From Andrew Feren:Sake Blok1-17/+93
sFlow datagrams can contain sampled headers from conversations on the network. Often it is convenient to have wireshark dissect these payload headers, but doing so can also have undesirable side effects. Dissected payload headers may match filters looking for header fields that also happen to occur in the payload. This can cause surprising results. Also TCP analysis will almost always flag errors on sampled headers. They are, after all, just a sample and many sequence numbers are sure to be missing. There is probably a more general way to resolve these issues, but adding preferences to enable/disable tcp analysis and dissection of sampled headers will be a good start. This will make it possible to examine the details of sampled headers if desired or to disable dissection if the side effects of dissecting sampled headers cause issues. svn path=/trunk/; revision=23230
2007-10-18Use gtk 2.12.1Anders Broman2-8/+8
svn path=/trunk/; revision=23229
2007-10-18Oops: Backout the library updates until libraries configured for download... ↵Bill Meier1-6/+6
(??) svn path=/trunk/; revision=23228
2007-10-18Updated GTK/Glib/Pango LibrariesBill Meier1-6/+6
svn path=/trunk/; revision=23227
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa30-123/+4355
H.225 - change RysMessage_vals to h225_Rasmessage_vals - use #.PDU directive for H323-UserInformation and RasMessage instead of implementing it by hands - register RasMessage_PDU as "h225.ras" dissector for calling it from H.460 asn2wrs make PDUs exportable svn path=/trunk/; revision=23226
2007-10-18Fixed sort order, used case-insensitive ascendingGraham Bloice1-179/+179
svn path=/trunk/; revision=23223
2007-10-18Add eth_stdio_open to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=23222
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss3-5/+10
svn path=/trunk/; revision=23221
2007-10-17Logic errorJaap Keuter2-2/+2
svn path=/trunk/; revision=23220
2007-10-17Mask errorJaap Keuter1-1/+1
svn path=/trunk/; revision=23219
2007-10-17Flag errorJaap Keuter2-2/+2
svn path=/trunk/; revision=23218
2007-10-17add forgotten packet-h323.hTomas Kukosa2-0/+75
svn path=/trunk/; revision=23217
2007-10-17new H.323 dissectorTomas Kukosa30-194/+1699
- Generic Extensible Framework helper - Annex M1 (QSIG over H.323) - Annex M4 - Annex R H.225/H.245 support for Generic Extensible Framework (GEF) H.235 register MIKEY into new H.225/H.245 GEF tables regenerate H.225,H.245,H.235,H.450,H.450-ROS,T.35 from new makefiles svn path=/trunk/; revision=23216
2007-10-17- register QSIG over SIPTomas Kukosa6-13/+23
- regenerate Q932, Q932-ROS, QSIG from new makefiles svn path=/trunk/; revision=23215
2007-10-17make dissect_per_length_determinant() privateTomas Kukosa2-3/+4
svn path=/trunk/; revision=23214
2007-10-17Fix for bug 1542:Sake Blok1-10/+16
When a SYN/ACK is missing in the capture, the base_seq used in relative sequence numbers was not set correctly. I made the setting of fwd->base_seq and rev->base_seq a little more solid. svn path=/trunk/; revision=23213
2007-10-17Properly decode "South Africa"Jaap Keuter2-2/+2
svn path=/trunk/; revision=23212
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: ↵Sake Blok15-23/+23
"Buffer lenght:" (recursively grepped through the source and corrected all occurences, even the ones just in comments) svn path=/trunk/; revision=23211
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notGuy Harris2-6/+2
using modf() and thus not requiring libm. In addition, adding -lm to the dependencies upsets the build on at least some platforms because "-lm" isn't a pathname. svn path=/trunk/; revision=23210
2007-10-16text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows. ↵Jeff Morriss2-2/+7
Make it depend on libwiretap on *NIX, too, only to keep things in sync. svn path=/trunk/; revision=23209
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss5-24/+110
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1751 The patch adds support to wiretap for a new libpcap DLT for bluetooth captures. This DLT carries the direction information, which now can be displayed correctly. The hci H4 dissector is updated to handle also the newly introduced wtap encap. svn path=/trunk/; revision=23208
2007-10-16A few more s/fopen/eth_fopen/Jeff Morriss3-58/+61
svn path=/trunk/; revision=23207
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss11-423/+440
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1827 Update README.developer to tell developers not to use fopen() and friends directly. svn path=/trunk/; revision=23206
2007-10-16sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit ↵Jeff Morriss1-72/+72
number when compiling for 32-bit) so cast sizeof() values that are passed to g_snprintf() to guint (since that appears to be the intent of the display). svn path=/trunk/; revision=23205
2007-10-16Fix a warning about different variable sizes that prevented compilationJörg Mayer1-3/+3
with gcc. svn path=/trunk/; revision=23204
2007-10-16Don't generate dissectors on top level make.Jörg Mayer2-2/+4
svn path=/trunk/; revision=23203
2007-10-16- Fix svn:ignore for all directoriesJörg Mayer41-106/+98
- gsmmap: uncomment -s option in gsmmap.cnf - Fix cyclic dependencies: + Remove EXPORT_CNF from dependencies for cnf files + Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf svn path=/trunk/; revision=23202
2007-10-16Make MGCP a builtin dissector to reduce the number of plugins.Jaap Keuter2-0/+2385
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23201