summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
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-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-873/+489
Straightforward. svn path=/trunk/; revision=23249
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-683/+363
Straightforward. svn path=/trunk/; revision=23248
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-2253/+1274
Straightforward. svn path=/trunk/; revision=23247
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-306/+159
Straightforward. svn path=/trunk/; revision=23246
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-213/+108
Straightfoward. svn path=/trunk/; revision=23245
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-1344/+645
Straightforward. svn path=/trunk/; revision=23244
2007-10-22Update to use the -X and -T asn2wrs flags.Graeme Lunt2-2304/+1337
Removed the workaround code from the .cnf file. svn path=/trunk/; revision=23243
2007-10-22Update to use the -X and -T flags.Graeme Lunt2-201/+98
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 Lunt2-159/+75
svn path=/trunk/; revision=23241
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-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-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-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa5-80/+3208
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-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 Kukosa13-146/+1074
- 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 Kukosa5-13/+18
- 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 Blok12-18/+18
"Buffer lenght:" (recursively grepped through the source and corrected all occurences, even the ones just in comments) svn path=/trunk/; revision=23211
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss2-8/+10
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 Morriss2-50/+52
svn path=/trunk/; revision=23207
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss8-247/+255
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-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
2007-10-16Don't just copy a file and check that in. Use svn copy to retain the history.Jaap Keuter2-2385/+0
svn path=/trunk/; revision=23200
2007-10-15Fix col_add_str args; (I think this is correct)Bill Meier2-2/+2
svn path=/trunk/; revision=23194
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman10-182/+186
svn path=/trunk/; revision=23192
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman3-1/+2388
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only ↵Bill Meier1-4/+9
once (instead of worst-case 1+2+3 times) svn path=/trunk/; revision=23187
2007-10-14Ethercat pluginAnders Broman2-0/+5
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
2007-10-13From Keith Mercer :Jaap Keuter3-0/+1117
I would like to submit the dissector that will add support for dissecting CFM packets with the ethertype 0x8902 defined by the IEEE proposal for 802.1ag Draft 8.1. This code has been tested using the CFM feature implemented on a pre-GA build of the Spirent TestCenter, and the Alcatel-Lucent 7330 ISAM product. Code has been reviewed and tested by the design team at Alcatel-Lucent in the Access Network Department (AND). I have also added some elements for the ITU proposal Y.1731, where it will recognize all additional opcodes for that proposal, and it will fully dissect the AIS PDU. Fuzztest has been performed and has passed. svn path=/trunk/; revision=23170
2007-10-12s/fopen()/eth_fopen()/ in an attempt to fix bug 1827: eth_fopen() deals with ↵Jeff Morriss1-1/+2
wide chars for us on Windows while fopen() does not. svn path=/trunk/; revision=23168
2007-10-12Fix bug 1908: strengthen the PANA new-style-dissector heuristics by checking ↵Jeff Morriss1-0/+17
that the length of the first AVP is less than the length of the message. svn path=/trunk/; revision=23167
2007-10-12From Andrew Feren:Stig Bjørlykke1-1/+1
Fix an assortment of typos and other minor errors in various README files svn path=/trunk/; revision=23166
2007-10-11Display TCAP parameter lengths in decimal (like packet-ber does). Fix ↵Jeff Morriss1-28/+42
hex-pane byte highlighting for primitive parameters with tags or lengths longer than 1 octet (contructed ones are OK). Finally, fix up the indenting in this function. svn path=/trunk/; revision=23154
2007-10-11From Andrew Feren:Stig Bjørlykke1-12/+89
Add preference to allow user to configure the port(s) to use when identifying sFlow. svn path=/trunk/; revision=23153
2007-10-11Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=23151
2007-10-11Implement some of the minor possible speed improvment patches.Anders Broman7-31/+32
svn path=/trunk/; revision=23150
2007-10-11Allow for dynamic value string array selection.Jaap Keuter1-12/+16
svn path=/trunk/; revision=23149
2007-10-11From Andrew feren; Fix typos in two comments ....Bill Meier1-2/+2
svn path=/trunk/; revision=23147
2007-10-09Replace a (small) for loop with a memset(). Don't memset() the entire ↵Jeff Morriss1-5/+14
sctp_info.tvb array--it contains 2k pointers (8k or 16k of memory)--each time we start dissecting a frame. This speeds up loading a capture file full of SCTP packets by 6-8%. svn path=/trunk/; revision=23118