aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Apply the small performance enhancment patches for:etxrab150-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23252 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-23Fix for bug 1931 and bug 1932:jake1-2/+2
A never ending while loop and a value to string mapping error. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23251 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22fix export of ObjectFieldSpec and ObjectSetFieldSpec of CLASSkukosa1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23250 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-874/+490
Straightforward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23249 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-684/+364
Straightforward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23248 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal4-2254/+1277
Straightforward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23247 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-307/+160
Straightforward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23246 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-214/+109
Straightfoward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23245 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal3-1345/+646
Straightforward. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23244 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T asn2wrs flags.gal5-2367/+1348
Removed the workaround code from the .cnf file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23243 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T flags.gal4-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23242 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Update to use the -X and -T flags to asn2wrs.gal3-160/+76
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23241 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22From Jim Young: Simple one line patch resolves compiler warning.: Bug #1929wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23240 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Show multi-byte variable length fields using FT_BYTES|BASE_HEX.martinm1-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... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23239 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22add flags for optional fields of EXTERNAL type into asn1_ctx_t structkukosa2-2/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23238 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Remove the no-longer-used packet-diameter-defs.hmartinm2-1203/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23237 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Make some capitalisation more consistent.martinm1-10/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23236 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-22Allow wimaxasncp plugin to be found in Windows dev build.martinm1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23235 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-20In relinquish_special_privs_perm(), only relinquish special privilegesguy1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23234 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-20Silently ignore bogus geometry subkeys, just as we silently ignore otherguy1-1/+7
bogus entries in the recent file. This fixes bug 1925. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23233 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-19Fix bug #1926: buffer overflow when parsing iseries filessfisher1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23232 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-19Minor update to reflect recent plugins/Makefile.nmake change to ↵wmeier1-3/+3
clean/distclean/maintainer-clean git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23231 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-19From Andrew Feren:sake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23230 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Use gtk 2.12.1etxrab2-8/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23229 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Oops: Backout the library updates until libraries configured for download... ↵wmeier1-6/+6
(??) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23228 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Updated GTK/Glib/Pango Librarieswmeier1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23227 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23226 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Added svn:ignore targets for asn1/h323stig0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23225 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Updated svn:ignore props for win32 buildgrahamb0-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23224 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Fixed sort order, used case-insensitive ascendinggrahamb1-179/+179
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23223 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-18Add eth_stdio_open to libwireshark.defstig1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23222 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).morriss3-5/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23221 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17Logic errorjake2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23220 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17Mask errorjake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23219 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17Flag errorjake2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23218 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17add forgotten packet-h323.hkukosa2-0/+75
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23217 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17new H.323 dissectorkukosa30-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23216 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17- register QSIG over SIPkukosa6-13/+23
- regenerate Q932, Q932-ROS, QSIG from new makefiles git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23215 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17make dissect_per_length_determinant() privatekukosa2-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23214 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17Fix for bug 1542:sake1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23213 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-17Properly decode "South Africa"jake2-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23212 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: ↵sake15-23/+23
"Buffer lenght:" (recursively grepped through the source and corrected all occurences, even the ones just in comments) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23211 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notguy2-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23210 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16text2pcap now depends on libwiretap (for eth_fopen()) but only on Windows. ↵morriss2-2/+7
Make it depend on libwiretap on *NIX, too, only to keep things in sync. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23209 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16From Paolo Abeni via bug 1751: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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23208 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16A few more s/fopen/eth_fopen/morriss3-58/+61
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23207 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827: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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23206 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit ↵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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23205 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16Fix a warning about different variable sizes that prevented compilationjmayer1-3/+3
with gcc. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23204 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-16Don't generate dissectors on top level make.jmayer2-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23203 f5534014-38df-0310-8fa8-9805f1628bb7