Click here to Skip to main content
15,923,218 members
Home / Discussions / Web Development
   

Web Development

 
QuestionLog off using Panel Pin
Rajiya9-Jan-06 17:10
Rajiya9-Jan-06 17:10 
GeneralRe: Log off using Panel Pin
Michael Flanakin10-Jan-06 5:29
Michael Flanakin10-Jan-06 5:29 
GeneralRe: Log off using Panel Pin
Rajiya10-Jan-06 16:49
Rajiya10-Jan-06 16:49 
GeneralRe: Log off using Panel Pin
Michael Flanakin11-Jan-06 3:17
Michael Flanakin11-Jan-06 3:17 
QuestionServer Pin
it_stud_20069-Jan-06 7:17
it_stud_20069-Jan-06 7:17 
QuestionRe: Server Pin
Daniel Santillanes10-Jan-06 13:49
professionalDaniel Santillanes10-Jan-06 13:49 
AnswerRe: Server Pin
it_stud_200610-Jan-06 21:31
it_stud_200610-Jan-06 21:31 
GeneralRe: Server Pin
it_stud_200611-Jan-06 2:02
it_stud_200611-Jan-06 2:02 
i tried forward to all incoming packets using JPCAP.But it only forwards IP addressed of local n/w like 192.168.*.* or 172.*.*.*.But the packets for TCP request after DNS name resolution does not contain local IP address as they are not physically connected.So am i using wrong libraries or such thing. Please let me inform as quickly as possible.

this is the part of the code:



ip.setIPv4Parameter(priority, d_flag, t_flag, r_flag, rsv_tos, rsv_frag, dont_frag, more_frag, offset, ident, ttl, protocol, src, dst) ;


System.out.println ("Sending");
ip.data=packet.data;
ip.datalink=e;
try {

System.out.println (ip.dst_ip);
sender.sendPacket(ip);
System.out.println ("Sent");
GeneralRe: Server Pin
Daniel Santillanes11-Jan-06 6:36
professionalDaniel Santillanes11-Jan-06 6:36 
AnswerRe: Server Pin
Curtis Schlak.11-Jan-06 13:31
Curtis Schlak.11-Jan-06 13:31 
QuestionNo database wants to work Pin
evlxtc9-Jan-06 5:14
evlxtc9-Jan-06 5:14 
AnswerRe: No database wants to work Pin
Guffa9-Jan-06 7:34
Guffa9-Jan-06 7:34 
GeneralRe: No database wants to work Pin
evlxtc10-Jan-06 0:26
evlxtc10-Jan-06 0:26 
GeneralRe: No database wants to work Pin
evlxtc10-Jan-06 0:45
evlxtc10-Jan-06 0:45 
AnswerRe: No database wants to work Pin
Guffa10-Jan-06 8:01
Guffa10-Jan-06 8:01 
QuestionPreventing control from hiding on a page. Pin
pankaj b9-Jan-06 3:16
pankaj b9-Jan-06 3:16 
AnswerRe: Preventing control from hiding on a page. Pin
rihdus9-Jan-06 3:22
rihdus9-Jan-06 3:22 
QuestionScript download Pin
Mohammad A Gdeisat8-Jan-06 21:44
Mohammad A Gdeisat8-Jan-06 21:44 
AnswerRe: Script download Pin
Guffa8-Jan-06 22:39
Guffa8-Jan-06 22:39 
QuestionWeb Based File/Download Manager Pin
atmear8-Jan-06 17:50
atmear8-Jan-06 17:50 
AnswerRe: Web Based File/Download Manager Pin
Christian Graus8-Jan-06 17:55
protectorChristian Graus8-Jan-06 17:55 
GeneralRe: Web Based File/Download Manager Pin
atmear8-Jan-06 18:08
atmear8-Jan-06 18:08 
AnswerRe: Web Based File/Download Manager Pin
Ted Ferenc8-Jan-06 21:31
Ted Ferenc8-Jan-06 21:31 
GeneralRe: Web Based File/Download Manager Pin
atmear10-Jan-06 11:11
atmear10-Jan-06 11:11 
GeneralRe: Web Based File/Download Manager Pin
Ted Ferenc10-Jan-06 21:30
Ted Ferenc10-Jan-06 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.