# | Line 277 | Line 277 | sub send_udp_packet() { | |
---|---|---|
277 | push(@data, "packet.attributes.type=data"); | |
278 | push(@data, "packet.attributes.ip=$ip"); | |
279 | ||
280 | + | # sort the data |
281 | + | @data = sort(@data); |
282 | + | |
283 | # turn the array into some nice XML | |
284 | my($xml) = &make_xml("", ""); | |
285 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |