Recent content by g3joel

  1. G

    tcpdump and dropped packets...

  2. G

    No more PowerBook... now we play the waiting game...

    Yep, definitely ring AppleCare support. They will record the serial number of your laptop as being stolen, and if anyone rings up asking about where to get a power adaptor they will refer them to a reseller and then call that reseller to let them know. It's worth a try.
  3. G

    libpcap and OS X?

    Thanks for the link wadesworld, but I'm not sure it's entirely that guy's fault. I tried using some other pcap routines in my code which were also designated "undefined symbols" by the linker. That is, until I tried bracken's method of using the "-l" flag which seems to work for me too. One...
  4. G

    libpcap and OS X?

    What is a namespace, and how would I go about finding out what it is for libpcap? P.S. libpcap is the library which programs like tcpdump, etherpeek, ntop, etc., use to capture and analyse network packets from a network device.
  5. G

    libpcap and OS X?

    I'm trying to compile a simple C program which relies on the libpcap library, except everytime I try to compile it i get the error: ld: Undefined symbols: _pcap_lookupdev Here is the C code: #include [pcap.h] #include [stdio.h] int main() { char *dev...
  6. G

    I need a good perl book

    % man perl
  7. G

    Cocoa: application vs. document-based application?

    What is the difference between the two? Can a normal cocoa application still create a .plist file? Which of the two would be best to use for certain applications? Would it be fair to say that the features of a document-based application are just a superset of those of a normal application...
  8. G

    12" Powerbooks drop $200

    12" PowerBook dropped $900 here in Australia, the 15" 1GHz dropped $1100, and the 17" dropped $700. Amazing.
  9. G

    tcpdump and dropped packets...

    I plan to write some sort of network data tool in Cocoa which will let you know how much data you have downloaded/uploaded. I've decided to base it on the built in tool 'tcpdump'. The problem is that if the network transfer rate is too high tcpdump will end up dropping a majority of the...
  10. G

    Unreal2k3 demo

    17" PowerBook 1 GHz 512 MB RAM 800x600, default graphics details flyby-antalus: 14.53 / 52.76 / 161.35 Score = 52.44 botmatch-antalus: 2.02 / 16.10 / 38.06 Score = 16.10
  11. G

    Unreal2k3 demo

    Application Support folder, in your Library folder in your Home directory.
  12. G

    Unreal2k3 demo

    Ah-ha. Application Support -> UT2k3 -> Benchmarks -> Results. :D They're all there, named chronologically.
  13. G

    Unreal2k3 demo

    Perhaps it was just "timedemo"... I think that was it. But the problem still remains, as you said, because the demo only plays once - it doesn't loop.
  14. G

    Unreal2k3 demo

    Oh, okay. Umm... I think there was a timedemo command in UT... was it "timedemo 1"? I can't remember...
  15. G

    Unreal2k3 demo

    Well, the Terminal-newbie friendly way to do it would be this: 1) Right/Control-click on the UT2k3 application icon 2) Choose "Show package contents" 3) Double click on "Benchmarks" 4) Now, open the Terminal and drag one of the ".sh" files from the "Benchmarks" folder into the Terminal...
Back
Top