Results 87 comments of Nathan Collins

I completely agree that typing an invalid flag should show help in addition to failing, but why not add `-h` to the list of default help flags as a step...

@bos Bump! In case you are not still maintaining this project, I would be happy to take over for you. It seems pretty low volume, and we're using this library...

> what do you think of providing an unsafe variant of the BS functions? It's a simple enough modification, but converting eg. the Ptr Word8 returned by next into an...

@awhtayler thanks for explaining. I don't think it makes sense to add this unsafe functions as part of this PR. But you could create another PR that builds on top...

I just implemented your suggestion in #10. I was not aware of the endianness concern and did not consider it. Could you say more about the endianness concern? Is it...

@nh2: thanks for the explanation and links. Won't the `Storable` instance just write whatever byte order the machine it's on supports? Or does "poking" and "peeking" Haskell's C types somehow...

@nh2: I looked into this a little more and I think everything is fine. * I can read both big-endian and little-endian .pcap capture files with the current code: I...

How did you create the capture file "test.pcap"? I just made the `dump*` functions usable in #10, and using those `dump*` functions I can capture from the "any" interface and...

I just started using Gnomecast and this is the feature I'm missing. I've been watching TV shows and I'd like to transcode the next episode while I'm watching the current...

@black-snow please see #27 as mentioned in the description of this issue.