Commit graph

22632 commits

Author SHA1 Message Date
Jaap Keuter
c1484a08df Allow for dynamic value string array selection.
svn path=/trunk/; revision=23149
2007-10-11 19:40:58 +00:00
Jörg Mayer
d0e34ab8c3 Remove the remaining autogenereated -exp.cnf files
svn path=/trunk/; revision=23148
2007-10-11 17:56:24 +00:00
Bill Meier
e4d58aa9f0 From Andrew feren; Fix typos in two comments ....
svn path=/trunk/; revision=23147
2007-10-11 16:40:12 +00:00
Tomas Kukosa
e6290e8edc put only file basename into #line directives
svn path=/trunk/; revision=23146
2007-10-11 14:48:12 +00:00
Jörg Mayer
0e0bed500d - Remove -e option if the generated -exp.cnf file isn't used.
- Add EXPORT_FILES to all files that still contain -e.

svn path=/trunk/; revision=23145
2007-10-11 05:27:27 +00:00
Bill Meier
f287f6c40f fix 'nmake ... clean' to include dumpcap specific objects
svn path=/trunk/; revision=23144
2007-10-11 01:24:36 +00:00
Jörg Mayer
060e9ed954 Add missing dependencies and update syntax of existing ones.
svn path=/trunk/; revision=23143
2007-10-10 22:26:40 +00:00
Bill Meier
5f94f0702f Improve error msg when libraries out of date.
svn path=/trunk/; revision=23142
2007-10-10 20:47:36 +00:00
Jörg Mayer
61cde0d09e - Change Makefiles to include preinc
- Add missing new directories to asn1/Makefile.nmake

svn path=/trunk/; revision=23141
2007-10-10 19:03:24 +00:00
Ulf Lamping
5c901658e7 add FSParameterBlock and ARFSUDataAdjust blocks
svn path=/trunk/; revision=23140
2007-10-10 18:33:21 +00:00
Jörg Mayer
066d241a3c Another -exp.cnf file that managed to escape notice...
svn path=/trunk/; revision=23139
2007-10-10 17:59:01 +00:00
Jörg Mayer
868825629a Finish conversion (well, almost, need to add the
generation stuff to the x.../Makefile.common.
I love circular dependencies.

svn path=/trunk/; revision=23138
2007-10-10 17:57:33 +00:00
Bill Meier
2f9e179207 Fix two typos: ansi_tcap --> ansi-tcap
svn path=/trunk/; revision=23137
2007-10-10 15:56:02 +00:00
Jörg Mayer
a4a266be52 You cannot rename a new directory unless checked in.
svn path=/trunk/; revision=23136
2007-10-10 12:09:19 +00:00
Jörg Mayer
c59282d1a2 Missed a file
svn path=/trunk/; revision=23135
2007-10-10 12:07:49 +00:00
Jörg Mayer
973239b13c Split tcap into tcap and ansi-tcap. Just assume that all the
extra asn files belong to ansi-tcap.

svn path=/trunk/; revision=23134
2007-10-10 12:06:30 +00:00
Tomas Kukosa
99ea124784 missing backslash
svn path=/trunk/; revision=23133
2007-10-10 11:05:10 +00:00
Tomas Kukosa
e8c04c81da more makefiles changed to new export mechanism
svn path=/trunk/; revision=23132
2007-10-10 10:56:17 +00:00
Tomas Kukosa
6115b7601d better solution for different submake calling on Windows and Linux
svn path=/trunk/; revision=23131
2007-10-10 10:25:09 +00:00
Tomas Kukosa
1b04a660e5 next step to solve dependency generation
svn path=/trunk/; revision=23130
2007-10-10 08:42:19 +00:00
Jörg Mayer
0d7364444e Undefine NEED_PACKET_PROTO_H
svn path=/trunk/; revision=23129
2007-10-10 08:37:30 +00:00
Tomas Kukosa
20078dd04a solution for different submake calling on Windows and Linux
only one dissector is committed to test it

svn path=/trunk/; revision=23128
2007-10-10 08:14:36 +00:00
Jörg Mayer
24470fdfae More conversions and updates to existing Makefile stuff
svn path=/trunk/; revision=23127
2007-10-10 08:09:19 +00:00
Tomas Kukosa
0bb472dc2d comment out NEED_PACKET_PROTO_H as it is tested now for defining not for value
svn path=/trunk/; revision=23126
2007-10-10 07:55:36 +00:00
Guy Harris
e8ea45d6ed Make the sync pipe the standard error, not the standard output, of
dumpcap, when using it as a capture child; leave the standard output
alone, in case tshark was told to write the capture to the standard
error.

Get rid of the argument to the "-Z" option to dumpcap; it might not work
on Windows.

svn path=/trunk/; revision=23124
2007-10-10 01:31:36 +00:00
Guy Harris
d17e4e3ad9 Just check whether NEED_PACKET_PROTO_H is defined at all.
svn path=/trunk/; revision=23123
2007-10-09 22:54:29 +00:00
Guy Harris
c95c104e58 There isn't an "mpeg" directory, there are "mpeg-audio" and "mpeg-pes"
directories.

svn path=/trunk/; revision=23122
2007-10-09 22:02:39 +00:00
Jörg Mayer
99dc7c4acd Fix order of external files (without affecting other protos).
svn path=/trunk/; revision=23121
2007-10-09 19:40:59 +00:00
Jörg Mayer
4f80881d6f Don't keep -exp.cnf files in the tree.
svn path=/trunk/; revision=23120
2007-10-09 19:20:46 +00:00
Jörg Mayer
0241734801 Last set of changes to convert Makefiles for today
svn path=/trunk/; revision=23119
2007-10-09 19:19:36 +00:00
Jeff Morriss
aaec1d956f Replace a (small) for loop with a memset(). Don't memset() the entire 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
2007-10-09 18:58:34 +00:00
Gerald Combs
d32b29abd9 Add support for RFC 4243. Tested using a malformed packet, but it should be
correct.

svn path=/trunk/; revision=23117
2007-10-09 18:48:46 +00:00
Jörg Mayer
b8249bc68d More Makefile conversions
svn path=/trunk/; revision=23116
2007-10-09 18:47:12 +00:00
Jörg Mayer
87d4a4709a No generated files please.
svn path=/trunk/; revision=23115
2007-10-09 18:09:19 +00:00
Jörg Mayer
8f83b34f60 Rename mpeg to mpeg-audio, mpeg-pes got its own
dir already

svn path=/trunk/; revision=23114
2007-10-09 17:59:22 +00:00
Jörg Mayer
03eee8b930 More Makefile updates
svn path=/trunk/; revision=23113
2007-10-09 17:58:29 +00:00
Jörg Mayer
f52c1fc8f3 Somehow I forgot to check in some directories.
svn path=/trunk/; revision=23112
2007-10-09 15:33:30 +00:00
Jörg Mayer
ace53159c8 Add the missing content...
svn path=/trunk/; revision=23111
2007-10-09 15:31:16 +00:00
Jeff Morriss
e32c9da434 As requested on -dev, put the (currently failing) 'Capture 10 packets using stdout' test back in for tshark
svn path=/trunk/; revision=23110
2007-10-09 13:34:08 +00:00
Martin Mathieson
3c46610074 Try to fix the build...
svn path=/trunk/; revision=23109
2007-10-09 11:10:59 +00:00
Tomas Kukosa
d93976acca remove rule for $(EXTRA_CNF) as ros/ros-{inv,res,err,rej}.cnf are not generated
minor changes

svn path=/trunk/; revision=23108
2007-10-09 08:50:35 +00:00
Ulf Lamping
3cc99bbe53 alpha -> beta
svn path=/trunk/; revision=23107
2007-10-09 06:55:24 +00:00
Ulf Lamping
37d9fc37da - add DomainName fields for PDInterfaceMrpDataAdjust and PDInterfaceMrpDataReal
- lower expert info level if AR wasn't found

svn path=/trunk/; revision=23106
2007-10-09 05:39:48 +00:00
Ulf Lamping
9e01356f7a minor updates
svn path=/trunk/; revision=23105
2007-10-09 05:37:34 +00:00
Jörg Mayer
c1bc6c3e20 Convert to new Makefile structure. Rename some files to
use same spelling as generated protocol name.

svn path=/trunk/; revision=23104
2007-10-09 01:25:40 +00:00
Jörg Mayer
cbea431415 Add some dependencies
svn path=/trunk/; revision=23103
2007-10-09 01:23:21 +00:00
Jörg Mayer
c3a3d76630 Convert h450 to new Makefile structure. Split h450.ros
out into h450-ros.

svn path=/trunk/; revision=23102
2007-10-08 23:52:21 +00:00
Stig Bjørlykke
93144c23b7 Added some forgotten return types.
svn path=/trunk/; revision=23100
2007-10-08 20:10:44 +00:00
Anders Broman
5be0a8cb98 All IE:s handled.
svn path=/trunk/; revision=23098
2007-10-08 19:58:35 +00:00
Stig Bjørlykke
a3b590a655 h225, h235 and h248 was moved to new Makefile structure
svn path=/trunk/; revision=23097
2007-10-08 19:52:46 +00:00